CellArea
Overview
CellArea is a class in Aspose.Cells FOSS for C++.
Represents cell area.
Methods
| Signature | Description |
|---|---|
CreateCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int) → CellArea | Creates the cell area. The start row. The start column. The end row. The end column. The cell area. |
CreateCellArea(startCellName: std::string_view, endCellName: std::string_view) → CellArea | Creates the cell area. The start row. The start column. The end row. The end column. The cell area. |