CellCoordinates

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

NameTypeAccessDescription
row: numberReadGets the row.
col: numberReadGets the col.

See Also