Show / Hide Table of Contents

Class ExcelSlicerStyleElement

A style element for a custom slicer style

Inheritance
System.Object
XmlHelper
ExcelSlicerStyleElement
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 ExcelSlicerStyleElement : XmlHelper

Properties

Style

Access to style settings

Declaration
public ExcelDxfSlicerStyle Style { get; }
Property Value
Type Description
ExcelDxfSlicerStyle

Type

The type of the slicer element that this style is applied to.

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