CellArea

Overview

CellArea is a class in Aspose.Cells FOSS for C++.

Represents cell area.

Methods

SignatureDescription
CreateCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int)CellAreaCreates 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)CellAreaCreates the cell area. The start row. The start column. The end row. The end column. The cell area.

See Also