Show / Hide Table of Contents

Class ExcelSlicerNamedStyle

A named table style that applies to tables only

Inheritance
System.Object
XmlHelper
ExcelSlicerNamedStyle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Slicer.Style
Assembly: EPPlus.dll
Syntax
public class ExcelSlicerNamedStyle : XmlHelper

Properties

HeaderRow

Applies to the header row of a table or pivot table

Declaration
public ExcelSlicerTableStyleElement HeaderRow { get; }
Property Value
Type Description
ExcelSlicerTableStyleElement

HoveredSelectedItemWithData

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

Declaration
public ExcelSlicerStyleElement HoveredSelectedItemWithData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

HoveredSelectedItemWithNoData

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

Declaration
public ExcelSlicerStyleElement HoveredSelectedItemWithNoData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

HoveredUnselectedItemWithData

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

Declaration
public ExcelSlicerStyleElement HoveredUnselectedItemWithData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

HoveredUnselectedItemWithNoData

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

Declaration
public ExcelSlicerStyleElement HoveredUnselectedItemWithNoData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

Name

The name of the table named style

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SelectedItemWithData

Applies to slicer item that is selected

Declaration
public ExcelSlicerStyleElement SelectedItemWithData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

SelectedItemWithNoData

Applies to a select slicer item with no data.

Declaration
public ExcelSlicerStyleElement SelectedItemWithNoData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

UnselectedItemWithData

Applies to a slicer item with data that is not selected

Declaration
public ExcelSlicerStyleElement UnselectedItemWithData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

UnselectedItemWithNoData

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

Declaration
public ExcelSlicerStyleElement UnselectedItemWithNoData { get; }
Property Value
Type Description
ExcelSlicerStyleElement

WholeTable

Applies to the entire content of a table or pivot table

Declaration
public ExcelSlicerTableStyleElement WholeTable { get; }
Property Value
Type Description
ExcelSlicerTableStyleElement
In This Article
Back to top Generated by DocFX