Aspose::Cells::Slicers::SlicerCacheCrossFilterType enum

SlicerCacheCrossFilterType enum

Represent the type of SlicerCacheCrossFilterType.

enum class SlicerCacheCrossFilterType

Values

NameValueDescription
None0
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.
ShowItemsWithDataAtTop1
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.
ShowItemsWithNoData2
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.

See Also