set_selection 
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
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.
Parameter |
Optional |
Description |
|
Top edge of the range |
|
|
Left-hand edge of the range |
|
|
Number of rows |
|
|
Number of columns |
|
|
X |