Table of Contents

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

ExcelSlicerTableStyleElement

HoveredSelectedItemWithData

Applies to a selected slicer item with data and over which the mouse is paused on

public ExcelSlicerStyleElement HoveredSelectedItemWithData { get; }

Property Value

ExcelSlicerStyleElement

HoveredSelectedItemWithNoData

Applies to a selected slicer item with no data and over which the mouse is paused on

public ExcelSlicerStyleElement HoveredSelectedItemWithNoData { get; }

Property Value

ExcelSlicerStyleElement

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

ExcelSlicerStyleElement

HoveredUnselectedItemWithNoData

Applies to a selected slicer item with no data and over which the mouse is paused on

public ExcelSlicerStyleElement HoveredUnselectedItemWithNoData { get; }

Property Value

ExcelSlicerStyleElement

Name

The name of the table named style

public string Name { get; set; }

Property Value

string

SelectedItemWithData

Applies to slicer item that is selected

public ExcelSlicerStyleElement SelectedItemWithData { get; }

Property Value

ExcelSlicerStyleElement

SelectedItemWithNoData

Applies to a select slicer item with no data.

public ExcelSlicerStyleElement SelectedItemWithNoData { get; }

Property Value

ExcelSlicerStyleElement

UnselectedItemWithData

Applies to a slicer item with data that is not selected

public ExcelSlicerStyleElement UnselectedItemWithData { get; }

Property Value

ExcelSlicerStyleElement

UnselectedItemWithNoData

Applies to a slicer item with no data that is not selected

public ExcelSlicerStyleElement UnselectedItemWithNoData { get; }

Property Value

ExcelSlicerStyleElement

WholeTable

Applies to the entire content of a table or pivot table

public ExcelSlicerTableStyleElement WholeTable { get; }

Property Value

ExcelSlicerTableStyleElement