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

NameTypeAccessDescription
FirstRowintReadReturns the zero‑based index of the first row in the merge region
FirstColumnintReadRepresents the zero‑based index of the first column of the merge region
TotalRowsintReadIndicates how many rows are spanned by the merge region
TotalColumnsintReadReturns the number of columns spanned by the merge region

Methods

SignatureDescription
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