advanced_filter method
advanced_filter(self, is_filter, list_range, criteria_range, copy_to, unique_record_only)
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 | System.String | The list range. |
| criteria_range | System.String | The criteria range. |
| copy_to | System.String | The range where copying data to. |
| unique_record_only | bool | Only displaying or copying unique rows. |
See Also
- module
aspose.cells - class
Worksheet