public class WebCellArea
extends java.lang.Object
Remarks
NOTE: This class is now obsolete. please use GridCellArea Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.| Modifier and Type | Field and Description |
|---|---|
int |
EndColumn
Deprecated.
Gets or sets the end column of this area.
|
int |
EndRow
Deprecated.
Gets or sets the end row of this area.
|
int |
StartColumn
Deprecated.
Gets or sets the start column of this area.
|
int |
StartRow
Deprecated.
Gets or sets the start row of this area.
|
| Constructor and Description |
|---|
WebCellArea()
Deprecated.
the default constructor.
|
WebCellArea(GridCellArea ca)
Deprecated.
the constructor.
|
WebCellArea(int startrow,
int startcol,
int endrow,
int endcol)
Deprecated.
the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
Test if the object equals to another WebCellArea object.
|
int |
hashCode()
Deprecated.
Get the hashcode.
|
GridCellArea |
toGridCellArea()
Deprecated.
to GridCellArea.
|
public int StartRow
public int EndRow
public int StartColumn
public int EndColumn
public WebCellArea()
public WebCellArea(int startrow,
int startcol,
int endrow,
int endcol)
public WebCellArea(GridCellArea ca)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - public int hashCode()
hashCode in class java.lang.Objectpublic GridCellArea toGridCellArea()
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.