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

Selects an unnamed range within the current worksheet. You specify the top left-hand corner and the size of the range you want to select.

CALL METHOD spreadsheet->set_selection
       EXPORTING top       = top
                 left      = left
                 rows      = rows
                 columns   = columns
                 updating  = updating
                 no_flush  = no_flush
       IMPORTING error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

top

 

Top edge of the range

left

 

Left-hand edge of the range

rows

 

Number of rows

columns

 

Number of columns

updating

X

See The Updating Parameter

 

 

 

Leaving content frame