Show TOC

Syntax documentationdelete_ranges Locate this document in the navigation 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.

Syntax Syntax

  1. CALL METHOD spreadsheet->delete_ranges
    EXPORTING ranges = ranges
    no_flush = no_flush
    IMPORTING error = error
    retcode = retcode.
End of the code.
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.