advanced_filter method
advanced_filter
Filters data using complex criteria.
def advanced_filter(self, is_filter, list_range, criteria_range, copy_to, unique_record_only):
...
Parameter | Type | Description |
---|---|---|
is_filter | bool | Indicates whether filtering the list in place. |
list_range | str | The list range. |
criteria_range | str | The criteria range. |
copy_to | str | The range where copying data to. |
unique_record_only | bool | Only displaying or copying unique rows. |
See Also
- module
aspose.cells
- class
Worksheet