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
| Name | Type | Access | Description |
|---|---|---|---|
startRow | : number | Read | Gets the start row. |
startCol | : number | Read | Gets the start col. |
endRow | : number | Read | Gets the end row. |
endCol | : number | Read | Gets the end col. |