public class GridReferredArea
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getEndColumn()
The end column of the area.
|
int |
getEndRow()
The end row of the area.
|
java.lang.String |
getExternalFileName()
Get the external file name if this is an external reference.
|
java.lang.String |
getSheetName()
Indicates which sheet this is in
|
int |
getStartColumn()
The start column of the area.
|
int |
getStartRow()
The start row of the area.
|
java.lang.Object |
getValue(int rowOffset,
int colOffset)
Gets cell value with given offset from the top-left of this area.
|
java.lang.Object |
getValues()
Gets cell values in this area.
|
boolean |
isArea()
Indicates whether this is an area.
|
boolean |
isExternalLink()
Indicates whether this is an external link.
|
public boolean isExternalLink()
public java.lang.String getExternalFileName()
public java.lang.String getSheetName()
public boolean isArea()
Remarks
If this is not an area, only StartRow and StartColumn effect.public int getEndColumn()
public int getStartColumn()
public int getEndRow()
public int getStartRow()
public java.lang.Object getValues()
public java.lang.Object getValue(int rowOffset,
int colOffset)
rowOffset - row offset from the start row of this areacolOffset - column offset from the start row of this areaSee 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.