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

Deletes the contents of the specified range. Although the contents are deleted, the range itself is not.

CALL METHOD spreadsheet->clear_range
       EXPORTING name      = name
                 no_flush  = no_flush
       IMPORTING error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

name

 

The range to be deleted.

 

Leaving content frame