Home > @activeviam/activeui-sdk > CellPosition
CellPosition interface
Signature:
export interface CellPosition
Properties
| Property | Type | Description |
|---|---|---|
| columnIndex | number | The index of the column to which the described cell belongs. |
| rowIndex | number | The index of the row to which the described cell belongs. |