Returns an array of integers representing the 1-based row numbers of selected cells within a specified column in a table. If no cells are selected in the column, returns a 0.
Format
TABLE_COLUMN_SELECTED_CELLS (Column, O_table, Dummy1, Dummy2, Dummy3)
Arguments
Column | Column number (1-based). |
O_table | Data/object table of interest. |
Dummy1,2,3 | Not currently used. |
Example
The variable the_selected_cells will contain the row numbers (1-based) for all the cells that you select in column 1: