Show TOC

Syntax documentationget_selected_areas Locate this document in the navigation structure

Use this method to find out the areas on the current worksheet that are selected. The parameter areas returns an internal table, each row of which describes one selected area of the worksheet.

Syntax Syntax

  1. CALL METHOD spreadsheet->get_selected_areas
    EXPORTING no_flush = no_flush
    IMPORTING areas = areas
    error = error
    retcode = retcode.
End of the code.
Description of parameters

Parameter

Optional

Description

areas

An internal table with the type soi_area_table. For further information, refer to the Important Table Structures section.