CellRange

Overview

CellRange is a interface in Aspose.Cells FOSS for Typescript.

CellRange.startRow, startCol, endRow, and endCol define the rectangular area of a cell range.

Properties: endCol, endRow, startCol, startRow.

Properties

NameTypeAccessDescription
startRow: numberReadGets the start row.
startCol: numberReadGets the start col.
endRow: numberReadGets the end row.
endCol: numberReadGets the end col.

See Also