MergeRegion

Overview

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

Represents merge region.

This class provides 5 methods for working with MergeRegion objects in C++ programs. Available methods include: GetFirstColumn, GetFirstRow, GetTotalColumns, GetTotalRows, MergeRegion. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
MergeRegion()Initializes a new instance of the class.
GetFirstRow()intGets the first row.
GetFirstColumn()intGets the first column.
GetTotalRows()intGets the total rows.
GetTotalColumns()intGets the total columns.

See Also

 English