get_cell_area method
get_cell_area(self)
Gets the CellArea
where the this AutoFilter applies to.
Returns
the area this filter applies to
def get_cell_area(self):
...
get_cell_area(self, refresh_applied_range)
Gets the CellArea
where the specified AutoFilter applies to.
Returns
the area this filter applies to
def get_cell_area(self, refresh_applied_range):
...
Parameter | Type | Description |
---|---|---|
refresh_applied_range | bool | Whether refresh the applied range. For the applied range of auto filter, the last row may change when cells data changes. If this flag is true, then the last row of the range will be re-calculated according to current cells data. |
See Also
- module
aspose.cells
- class
AutoFilter
- class
CellArea