is_multiple_field_filters property

is_multiple_field_filters property

Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them.

Remarks

NOTE: This property is now obsolete. Instead, please use PivotTable.AllowMultipleFiltersPerField property. This method will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also