selectedValue([value])
Class: Table.
Description:
Sets or gets a value in currently selected cell (row and column).
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string | number | boolean |
Value to set to the cell. Omit to get the value instead of setting. |
Returns:
When setting a value an instance of this Table is returned, otherwise a current value is returned.
Type: string | number | boolean | Table
