Entering content frameSyntax documentation delete_ranges Locate the document in its SAP Library structure

Use this method to delete the definitions of one or more ranges in the worksheet. The contents of the range are not deleted. To delete the contents of a range, use the method delete_content_ranges.

CALL METHOD spreadsheet->delete_ranges
       EXPORTING ranges    = ranges
                 no_flush  = no_flush
       IMPORTING error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

ranges

 

Table containing the names of the ranges.

The table must be created with reference to the type SOI_FULL_RANGE_TABLE . However, in each entry in the table, you only need to fill the name field.

Leaving content frame