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() | |
| this.KeepedRels = source.KeepedRels; | ||
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 is in | ||
int | getStartColumn() | |
| The start column of the area. | ||
int | getStartRow() | |
| The start row of the 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() | |