This document covers the following topics:
Retrieves the column and row indices of the selected cells in a Table Control from the beginning of the first selected cell to the end of the last selected cell.
Name/Data Type | Explanation |
---|---|
HANDLE OF TABLE | Input
Specifies a Table Control. |
Column from (I4) | Output
First selected... |
Row from (I4) | Output
...cell. |
Column to (I4) | Output
Last selected... |
Row to (I4) | Output
...cell. |
Response (I4) | Output
Natural error (if applicable). |
PROCESS GUI ACTION TABLE-GET-SELECTION WITH #TBL-1 #COLFIRST #ROWFIRST #COLLAST #ROWLAST GIVING #RESPONSE