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 | getValue(rowOffset, colOffset, calculateFormulas) | |
Gets cell value with given offset from the top-left of this area.
|
||
method | getValues() | |
Gets cell values in this area.
|
||
method | getValues(calculateFormulas) | |
Gets cell values in this area.
|
||
method | toString() | |
Returns the simple string representation of this area.
|
boolean isExternalLink()
String getExternalFileName()
String getSheetName()
boolean isArea()
int getEndColumn()
int getStartColumn()
int getEndRow()
int getStartRow()
Object getValues()
Object getValues(calculateFormulas)
calculateFormulas: boolean
- In this range, if there are some formulas that have not been calculated,
this flag denotes whether those formulas should be calculated recursivelyObject getValue(rowOffset, colOffset)
rowOffset: int
- row offset from the start row of this areacolOffset: int
- column offset from the start row of this areaObject getValue(rowOffset, colOffset, calculateFormulas)
rowOffset: int
- row offset from the start row of this areacolOffset: int
- column offset from the start row of this areacalculateFormulas: boolean
- Whether calculate it recursively if the specified reference is formulaString toString()