TableRow.isCellSelected
bool isCellSelected(int row, int col) constChecks if a cell is selected.
Parameters
row | Row number |
col | Column number |
Returns
true if the cell is selected
bool isCellSelected(int row, int col) constChecks if a cell is selected.
row | Row number |
col | Column number |