java.lang.Object
com.aspose.cells.ReferredArea
public class ReferredArea
| Property Getters/Setters Summary | ||
|---|---|---|
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. | ||
boolean | isArea() | |
| Indicates whether this is an area. | ||
boolean | isExternalLink() | |
| Indicates whether this is an external link. | ||
java.lang.String | getSheetName() | |
| Indicates which sheet this reference is in. | ||
int | getStartColumn() | |
| The start column of the area. | ||
int | getStartRow() | |
| The start row of the area. | ||
| Method Summary | ||
|---|---|---|
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. | ||
| Property Getters/Setters Detail |
|---|
isExternalLink | |
public boolean isExternalLink() | |
getExternalFileName | |
public java.lang.String getExternalFileName() | |
getSheetName | |
public java.lang.String getSheetName() | |
isArea | |
public boolean isArea() | |
getEndColumn | |
public int getEndColumn() | |
getStartColumn | |
public int getStartColumn() | |
getEndRow | |
public int getEndRow() | |
getStartRow | |
public int getStartRow() | |
| Method Detail |
|---|
getValues | |
public java.lang.Object getValues() | |
getValue | |
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 area