Click or drag to resize

SlicerCacheCrossFilterType Enumeration

Specifies the type of cross filtering applied to a slicer cache and how it is visually displayed. Cross filtering determines how slicers that are connected to the same data source interact with each other when filtering.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SlicerCacheCrossFilterType
Members
Member name Value Description
None 0 No cross filtering is applied.
ShowItemsWithDataAtTop 1 Cross filtering is applied, and items with data are displayed at the top.
ShowItemsWithNoData 2 Cross filtering is applied, and items with no data are shown.
See Also