allow_multiple_filters_per_field property
allow_multiple_filters_per_field property
Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them.
Definition:
@property
def allow_multiple_filters_per_field(self):
...
@allow_multiple_filters_per_field.setter
def allow_multiple_filters_per_field(self, value):
...
See Also
- module
aspose.cells.pivot - class
PivotTable