CellArea
Overview
CellArea is a struct in Aspose.Cells for NET.
CellArea.CreateCellArea creates a CellArea from start row/column and end row/column indices.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FirstRow | int | Read | Gets the zero‑based index of the first row in the area |
FirstColumn | int | Read | Represents the zero‑based index of the first column in the area |
TotalRows | int | Read | Gets the number of rows spanned by the area |
TotalColumns | int | Read | Gets the number of columns spanned by the area |
Methods
| Signature | Description |
|---|---|
CellArea(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int) | Creates a new area with the given first row, first column, total rows and total columns |
CreateCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int) | Returns a CellArea defined by start row/column and end row/column indices |
CreateCellArea(startCellName: string, endCellName: string) |