SelectedRowIndex
The selected row based on its hierarchical index. The hierarchical index is an array that contains an index value for each level of a tree structure.
Schema: tchmi:general#/definitions/Number
Attribute getter
public getSelectedRowIndex(): number[];Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
number[] | The current value of the attribute. |
Attribute setter
public setSelectedRowIndex (valueNew: number[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available since version 1.12.760 |
