Enum eSlicerStyleElement
A type specifing the type of style element for a named custom slicer style.
Namespace: OfficeOpenXml.Drawing.Slicer.Style
Assembly: EPPlus.dll
Syntax
public enum eSlicerStyleElement
Fields
Name | Description |
---|---|
HoveredSelectedItemWithData | Styles a selected slicer item with data and over which the mouse is paused on |
HoveredSelectedItemWithNoData | Styles a selected slicer item with no data and over which the mouse is paused on |
HoveredUnselectedItemWithData | Styles a slicer item with data that is not selected and over which the mouse is paused on |
HoveredUnselectedItemWithNoData | Styles a slicer item with no data that is not selected and over which the mouse is paused on |
SelectedItemWithData | Styles a slicer item that is selected |
SelectedItemWithNoData | Styles a select slicer item with no data. |
UnselectedItemWithData | Styles a slicer item with data that is not selected |
UnselectedItemWithNoData | Styles a slicer item with no data that is not selected |