MergeRegion
Overview
MergeRegion is a struct in Aspose.Cells for NET.
MergeRegion.MergeRegion initializes a merge region with the given start row, start column, row count and column count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FirstRow | int | Read | Returns the zero‑based index of the first row in the merge region |
FirstColumn | int | Read | Represents the zero‑based index of the first column of the merge region |
TotalRows | int | Read | Indicates how many rows are spanned by the merge region |
TotalColumns | int | Read | Returns the number of columns spanned by the merge region |
Methods
| Signature | Description |
|---|---|
MergeRegion(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int) | Initializes a merge region with the specified first row, first column, total rows, and total columns |