This document covers the following topics:
Selects a rectangular range of cells in a Table Control.
Name/Data Type | Explanation |
---|---|
HANDLE OF TABLE | Input
Specifies a Table Control. |
Column from (I4) | Input
First selected... |
Row from (I4) | Input
...cell. |
Column to (I4) | Input
Last selected... |
Row to (I4) | Input
...cell. If you specify "0", the selection will extend to the last cell in the table. |
Response (I4) | Output
Natural error (if applicable). |
PROCESS GUI ACTION TABLE-SET-SELECTION WITH #TBL-1 #COLFIRST #ROWFIRST #COLLAST #ROWLAST GIVING #RESPONSE