MergeRegion

Overview

MergeRegion is a struct in Aspose.Cells FOSS for .NET.

Represents merge region.

Properties

NameTypeAccessDescription
FirstRowintReadGets the zero‑based index of the region’s first row
FirstColumnintRead
TotalRowsintReadGets the number of rows included in the region
TotalColumnsintReadGets the number of columns included in the region

Methods

SignatureDescription
MergeRegion(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int)The total number of columns.

See Also