both property
both property
Indicates whether the two criteria have an “and” relationship.
Definition:
@property
def both(self):
...
@both.setter
def both(self, value):
...
See Also
- module
aspose.cells
- class
CustomFilterCollection
Indicates whether the two criteria have an “and” relationship.
@property
def both(self):
...
@both.setter
def both(self, value):
...
aspose.cells
CustomFilterCollection