filter property

filter property

Gets and sets the condition of filtering data.

Remarks

NOTE: This member is now obsolete. Instead,please use FilterColumn.MultipleFilters,CustomFilters and so on… property according to differnt type of filter /// 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