filter property
filter property
Gets and sets the condition of filtering data.
Remarks
NOTE: This member is now obsolete.
Instead, please use corresponding property according to FilterColumn.filter_type.
And for filter type FilterType.MULTIPLE_FILTERS,
the returned object is FilterValueCollection now instead of MultipleFilterCollection.
This property will be removed 12 months later since October 2025.
Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def filter(self):
...
@filter.setter
def filter(self, value):
...
See Also
- module
aspose.cells - class
FilterColumn - class
FilterValueCollection - class
MultipleFilterCollection