Property Getters/Setters Summary | ||
---|---|---|
method | getEndColumn() | |
The end column of the area. | ||
method | getEndRow() | |
The end row of the area. | ||
method | getExternalFileName() | |
Get the external file name if this is an external reference. | ||
method | isArea() | |
Indicates whether this is an area. | ||
method | isExternalLink() | |
Indicates whether this is an external link. | ||
method | getSheetName() | |
Indicates which sheet this reference is in. | ||
method | getStartColumn() | |
The start column of the area. | ||
method | getStartRow() | |
The start row of the area. |
Method Summary | ||
---|---|---|
method | getValue(rowOffset, colOffset) | |
Gets cell value with given offset from the top-left of this area. | ||
method | getValues() | |
Gets cell values in this area. | ||
method | toString() | |
Returns the simple string representation of this area. |
Property Getters/Setters Detail |
---|
isExternalLink : boolean | |
boolean isExternalLink() |
getExternalFileName : String | |
String getExternalFileName() |
getSheetName : String | |
String getSheetName() |
isArea : boolean | |
boolean isArea() |
getEndColumn : int | |
int getEndColumn() |
getStartColumn : int | |
int getStartColumn() |
getEndRow : int | |
int getEndRow() |
getStartRow : int | |
int getStartRow() |
Method Detail |
---|
getValues | |
Object getValues() |
getValue | |
Object getValue(rowOffset, colOffset) |
rowOffset: int
- row offset from the start row of this areacolOffset: int
- column offset from the start row of this areatoString | |
String toString() |