Entering content frameSyntax documentationget_cell_format Locate the document in its SAP Library structure

Use this method to retrieve the formatting information for a particular cell. Only the color, alignment, and font fields are filled. The currency fields, and formatting such as scientific display, are not filled. This is because the spreadsheet packages supported by the interface offer too many formatting possibilities.

CALL METHOD spreadsheet->get_cell_format
       EXPORTING row       = row
                 column    = column
                 no_flush  = no_flush
       IMPORTING format    = format
                 error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

row

 

Line number

column

 

Column number

format

 

Format of the cell.

Structure with type SOI_FORMAT_ITEM (see also Important Table Structures).

 

Leaving content frame