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

Inserts a new range in the current worksheet based on the selection. The top left-hand corner of the current selection becomes the top left-hand corner of the new range. The size of the current selection is irrelevant, since the size of the new range is defined by the corresponding parameters in the CALL METHOD statement.

CALL METHOD spreadsheet->insert_range
       EXPORTING name      = name
                 rows      = rows
                 columns   = columns
                 updating  = updating
                 no_flush  = no_flush
       IMPORTING error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

name

 

The name of the new range

rows

 

Number of rows

columns

 

Number of columns

updating

X

See The Updating Parameter

 

 

 

Leaving content frame