MergeRegion

Overview

MergeRegion is a class in Aspose.Cells FOSS for Java.

Represents a merge region in an Excel worksheet.

Properties

NameTypeAccessDescription
firstRowintReadReturns the first row.
firstColumnintReadReturns the first column.
totalRowsintReadReturns the total rows.
totalColumnsintReadReturns the total columns.

Methods

SignatureDescription
MergeRegion(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int)Initializes a new MergeRegion instance.
getFirstRow()intReturns the first row.
getFirstColumn()intReturns the first column.
getTotalRows()intReturns the total rows.
getTotalColumns()intReturns the total columns.