CellRange

Overview

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

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