ReferredArea class
ReferredArea class
Represents a referred area by the formula.
The ReferredArea type exposes the following members:
Properties
Property | Description |
---|---|
is_external_link | Indicates whether this is an external link. |
external_file_name | Get the external file name if this is an external reference. |
sheet_name | Indicates which sheet this reference is in. |
is_entire_row | Indicates whether this area contains all columns(entire row). |
is_entire_column | Indicates whether this area contains all rows(entire column). |
is_area | Indicates whether this is an area. |
end_column | The end column of the area. |
start_column | The start column of the area. |
end_row | The end row of the area. |
start_row | The start row of the area. |
Methods
Method | Description |
---|---|
get_values | Gets cell values in this area. |
get_values | Gets cell values in this area. |
get_value | Gets cell value with given offset from the top-left of this area. |
get_value | Gets cell value with given offset from the top-left of this area. |
See Also
- module
aspose.cells