Enum eSlicerStyleElement
- Namespace
- OfficeOpenXml.Drawing.Slicer.Style
- Assembly
- EPPlus.dll
A type specifing the type of style element for a named custom slicer style.
public enum eSlicerStyleElement
Fields
HoveredSelectedItemWithData = 5
Styles a selected slicer item with data and over which the mouse is paused on
HoveredSelectedItemWithNoData = 7
Styles a selected slicer item with no data and over which the mouse is paused on
HoveredUnselectedItemWithData = 4
Styles a slicer item with data that is not selected and over which the mouse is paused on
HoveredUnselectedItemWithNoData = 6
Styles a slicer item with no data that is not selected and over which the mouse is paused on
SelectedItemWithData = 1
Styles a slicer item that is selected
SelectedItemWithNoData = 3
Styles a select slicer item with no data.
UnselectedItemWithData = 0
Styles a slicer item with data that is not selected
UnselectedItemWithNoData = 2
Styles a slicer item with no data that is not selected