public final class CellArea
extends java.lang.Object
implements java.lang.Comparable
Example
//Create Cell Area
CellArea ca = new CellArea();
ca.StartRow = 0;
ca.EndRow = 0;
ca.StartColumn = 0;
ca.EndColumn = 0;
| Modifier and Type | Field and Description |
|---|---|
int |
EndColumn
Gets or set the end column of this area.
|
int |
EndRow
Gets or set the end row of this area.
|
int |
StartColumn
Gets or set the start column of this area.
|
int |
StartRow
Gets or set the start row of this area.
|
| Constructor and Description |
|---|
CellArea() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object obj)
Compare two CellArea objects according to their top-left corner.
|
static CellArea |
createCellArea(int startRow,
int startColumn,
int endRow,
int endColumn)
Creates a cell area.
|
static CellArea |
createCellArea(java.lang.String startCellName,
java.lang.String endCellName)
Creates a cell area.
|
java.lang.String |
toString()
Returns a string represents the current cell area object.
|
public int StartRow
public int EndRow
public int StartColumn
public int EndColumn
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparableobj - public java.lang.String toString()
toString in class java.lang.Objectpublic static CellArea createCellArea(int startRow, int startColumn, int endRow, int endColumn)
startRow - The start row.startColumn - The start column.endRow - The end row.endColumn - The end column.CellArea.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.