PivotField.ClearValueFilters Method
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.
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 |