Show TOC

Syntax documentationset_selection Locate this document in the navigation structure

Selects an unnamed range within the current worksheet. You specify the top left-hand corner and the size of the range you want to select.

Syntax Syntax

  1. CALL METHOD spreadsheet->set_selection
    EXPORTING top = top
    left = left
    rows = rows
    columns = columns
    updating = updating
    no_flush = no_flush
    IMPORTING error = error
    retcode = retcode.
End of the code.
Description of parameters

Parameter

Optional

Description

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