Enum SlicerCacheCrossFilterType

Enum SlicerCacheCrossFilterType

Namespace: Aspose.Cells.Slicers
Assembly: Aspose.Cells.dll (25.2.0)

Represent the type of SlicerCacheCrossFilterType

public enum SlicerCacheCrossFilterType

Fields

None = 0

The table style element of the slicer style for slicer items with no data is not applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view

ShowItemsWithDataAtTop = 1

The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are sorted at the bottom in the list of slicer items in the slicer view

ShowItemsWithNoData = 2

The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view.