PivotTable.AllowMultipleFilters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or retrieves a value that indicates whether a PivotField can have multiple filters applied to it at the same time. Read/write.
public:
property bool AllowMultipleFilters { bool get(); void set(bool value); };
public bool AllowMultipleFilters { get; set; }
Public Property AllowMultipleFilters As Boolean
Property Value
Boolean
Remarks
Default value is False.
When this property is set to True, multiple filters can be applied to a single PivotField. When it is set to False, applying a filter to a PivotField that is already filtered will remove the existing filter and apply the new one.
Setting this property to False when the PivotTable has fields with more than one filter applied will silently remove all filters in the PivotTable without displaying any alert. However, there is an alert when this is done through the user interface.