Table of Contents

Enum eCrossFilter

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

How the items that are used in slicer cross filtering are displayed

public enum eCrossFilter

Fields

None = 0

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