Enum eCrossFilter
How the items that are used in slicer cross filtering are displayed
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eCrossFilter
Fields
Name | Description |
---|---|
None | 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 | 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 | 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. |