XlSlicerCrossFilterType enumeration (Excel)

Specifies the type of cross filtering used by the specified slicer cache and how it is visualized.

Name Value Description
xlSlicerCrossFilterHideButtonsWithNoData 4 Cross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed. Additionally, buttons will be hidden.
xlSlicerCrossFilterShowItemsWithDataAtTop 2 Cross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed. Additionally, tiles with data are moved to the top in the slicer. (Default)
xlSlicerCrossFilterShowItemsWithNoData 3 Cross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed.
xlSlicerNoCrossFilter 1 Cross filtering is turned off entirely, so all tiles are displayed and active (not dimmed) regardless of filtering selections in other slicers.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.