selectedCell([row], [column])
Class: Table.
Description:
Sets or gets a row and a column of selected cell.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
Row of a cell. (Original order is used, sorting is disregarded.) |
|
|
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 row and column is returned as an array of integers [row, column], or NULL if there is no selection.
Type: Array.<number> | Table
