MergeRegion
Overview
MergeRegion is a struct in Aspose.Cells FOSS for .NET.
Represents merge region.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FirstRow | int | Read | Gets the zero‑based index of the region’s first row |
FirstColumn | int | Read | |
TotalRows | int | Read | Gets the number of rows included in the region |
TotalColumns | int | Read | Gets the number of columns included in the region |
Methods
| Signature | Description |
|---|---|
MergeRegion(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int) | The total number of columns. |