Overview
CellCoordinates is a interface in Aspose.Cells FOSS for Typescript.
CellCoordinates.row and .col expose zero‑based row and column indices of a cell location.
Properties: col, row.
Properties
| Name | Type | Access | Description |
|---|
row | : number | Read | Gets the row. |
col | : number | Read | Gets the col. |
See Also