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 = 5Styles a selected slicer item with data and over which the mouse is paused on
HoveredSelectedItemWithNoData = 7Styles a selected slicer item with no data and over which the mouse is paused on
HoveredUnselectedItemWithData = 4Styles a slicer item with data that is not selected and over which the mouse is paused on
HoveredUnselectedItemWithNoData = 6Styles a slicer item with no data that is not selected and over which the mouse is paused on
SelectedItemWithData = 1Styles a slicer item that is selected
SelectedItemWithNoData = 3Styles a select slicer item with no data.
UnselectedItemWithData = 0Styles a slicer item with data that is not selected
UnselectedItemWithNoData = 2Styles a slicer item with no data that is not selected