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

NameTypeAccessDescription
FirstRowintReadGets the zero‑based index of the first row in the area
FirstColumnintReadRepresents the zero‑based index of the first column in the area
TotalRowsintReadGets the number of rows spanned by the area
TotalColumnsintReadGets the number of columns spanned by the area

Methods

SignatureDescription
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)