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

Inserts a range in the current worksheet with the specified dimensions.

CALL METHOD spreadsheet->insert_range_dim
       EXPORTING name      = name
                 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

name

 

The name of the new range

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