Home > @activeviam/activeui-sdk > RowOrColumnRange
RowOrColumnRange interface
Signature:
export interface RowOrColumnRange
Properties
| Property | Type | Description |
|---|---|---|
| anchor | CellPosition | The cell from which the user started to create a selection range. The range should go from the anchor to last cell that was navigated to. |
| from | number | |
| lastMove | CellPosition | The last cell that the user navigated to. This property is required to enable navigation and selection using the keyboard. |
| to | number |