PivotField.ClearValueFilters Method

Definition

Calling this method deletes all value filters in the PivotFilters collection of the PivotField.

public:
 void ClearValueFilters();
public void ClearValueFilters ();
Public Sub ClearValueFilters ()

Remarks

The following table lists the different value filter types that will be deleted by this method.

xlTopCount
xlBottomCount
xlTopPercent
xlBottomPercent
xlTopSum
xlBottomSum
xlValueEquals
xlValueDoesNotEqual
xlValueIsGreaterThan
xlValueIsGreaterThanOrEqualTo
xlValueIsLessThan
xlValueIsLessThanOrEqualTo
xlValueIsBetween
xlValueIsNotBetween

Applies to