SlicerCache.ClearManualFilter 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.
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.