Class ExcelSlicerNamedStyle
- Namespace
- OfficeOpenXml.Drawing.Slicer.Style
- Assembly
- EPPlus.dll
A named table style that applies to tables only
public class ExcelSlicerNamedStyle : XmlHelper
- Inheritance
-
ExcelSlicerNamedStyle
- Inherited Members
Properties
HeaderRow
Applies to the header row of a table or pivot table
public ExcelSlicerTableStyleElement HeaderRow { get; }
Property Value
HoveredSelectedItemWithData
Applies to a selected slicer item with data and over which the mouse is paused on
public ExcelSlicerStyleElement HoveredSelectedItemWithData { get; }
Property Value
HoveredSelectedItemWithNoData
Applies to a selected slicer item with no data and over which the mouse is paused on
public ExcelSlicerStyleElement HoveredSelectedItemWithNoData { get; }
Property Value
HoveredUnselectedItemWithData
Applies to a slicer item with data that is not selected and over which the mouse is paused on
public ExcelSlicerStyleElement HoveredUnselectedItemWithData { get; }
Property Value
HoveredUnselectedItemWithNoData
Applies to a selected slicer item with no data and over which the mouse is paused on
public ExcelSlicerStyleElement HoveredUnselectedItemWithNoData { get; }
Property Value
Name
The name of the table named style
public string Name { get; set; }
Property Value
SelectedItemWithData
Applies to slicer item that is selected
public ExcelSlicerStyleElement SelectedItemWithData { get; }
Property Value
SelectedItemWithNoData
Applies to a select slicer item with no data.
public ExcelSlicerStyleElement SelectedItemWithNoData { get; }
Property Value
UnselectedItemWithData
Applies to a slicer item with data that is not selected
public ExcelSlicerStyleElement UnselectedItemWithData { get; }
Property Value
UnselectedItemWithNoData
Applies to a slicer item with no data that is not selected
public ExcelSlicerStyleElement UnselectedItemWithNoData { get; }
Property Value
WholeTable
Applies to the entire content of a table or pivot table
public ExcelSlicerTableStyleElement WholeTable { get; }