Aspose::Cells::CellArea::CreateCellArea method

CellArea::CreateCellArea(int, int, int, int) method

Creates a cell area.

static CellArea Aspose::Cells::CellArea::CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
ParameterTypeDescription
startRowintThe start row.
startColumnintThe start column.
endRowintThe end row.
endColumnintThe end column.

ReturnValue

Return a CellArea.

See Also

CellArea::CreateCellArea(const char16_t*, const char16_t*) method

Creates a cell area.

static CellArea Aspose::Cells::CellArea::CreateCellArea(const char16_t *startCellName, const char16_t *endCellName)
ParameterTypeDescription
startCellNameconst char16_t*The top-left cell of the range.
endCellNameconst char16_t*The bottom-right cell of the range.

ReturnValue

Return a CellArea.

See Also