MergeRegion

Overview

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

Represents a merge region in an Excel worksheet.

This class provides 5 methods for working with MergeRegion objects in Java programs. Available methods include: MergeRegion, getFirstColumn, getFirstRow, getTotalColumns, getTotalRows. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: firstColumn, firstRow, totalColumns, totalRows.

Description

MergeRegion is a class in the Aspose.Cells FOSS library for Java that exposes 4 methods and 4 properties for programmatic use.

The class also provides the firstRow property (returns the first row), the firstColumn property (returns the first column), the totalRows property (returns the total rows).

Instances are created through a single constructor that initializes the object with default values.

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.

See Also

 English