SlicerCache.ClearManualFilter Method

Definition

Clears the filtering of all slicers associated with the specified slicer cache.

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

Remarks

If you clear filtering from one slicer by using the ClearManualFilter() method, but one or more slicers are cross filtering data in that slicer, some items in the first slicer will remain grayed out. For example, if you have a Customer and Country slicer that are cross filtered, and you execute ActiveWorkbook.SlicerCaches("Slicer_Customer").ClearManualFilter, all the items in the Customer slicer will not become available until you execute ActiveWorkbook.SlicerCaches("Slicer_Country").ClearManualFilter. For more information on cross filtering, see the CrossFilterType property.

Applies to