criteria property

criteria property

The actual cell value in the range which is used to perform the comparison for this filter. This is the cache value during the refresh process.

Remarks

NOTE: This member is now obsolete. Instead,please ignore this property. This property will be removed 12 months later since October 2025. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def criteria(self):
    ...
@criteria.setter
def criteria(self, value):
    ...

See Also