dynamic_filter method
dynamic_filter(self, field_index, dynamic_filter_type)
Adds a dynamic filter.
def dynamic_filter(self, field_index, dynamic_filter_type):
    ...
| Parameter | Type | Description | 
|---|---|---|
| field_index | int | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | 
| dynamic_filter_type | aspose.cells.DynamicFilterType | Dynamic filter type. | 
See Also
- module aspose.cells
- class AutoFilter