selectedCell([row_or_cell], [column])

Class: Table.

Description:

Sets or gets a row and a column of selected cell.

Parameters:

Name Type Description

[row_or_cell]

number | TableCell

Row or a TableCell object. (Original order is used, sorting is disregarded.)

[column]

number

Column of a cell (required if row is specified). (Original order is used, column reordering is disregarded.)

Returns:

When both row and cell are passed, an instance of this Table is returned, otherwise a currently selected TableCell object is returned, or NULL if there is no selection.

Type: TableCell | Table