"getSelectedCells"

The dyn_dyn_int contains (row, column) items for each selected cell.

Synopsis

shape.getSelectedCells(dyn_dyn_int &cells);

Parameters

Parameter Description
&cells Array containing the selected cells.

Description

As with "getSelectedColumns", the column number is the visual index of the column, e.g. where a column is currently, even if it has been moved. Use table.columnToName() to get the internal column name assigned.

dyn_dyn_int cells; 
table.getSelectedCells(cells);

Assignment

Table, TABLE_SELECT_BROWSE mode