Show / Hide Table of Contents

Class ExcelNamedStyleXml

Xml access class for named styles

Inheritance
object
XmlHelper
StyleXmlHelper
ExcelNamedStyleXml
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Style.XmlAccess
Assembly: EPPlus.dll
Syntax
public sealed class ExcelNamedStyleXml : StyleXmlHelper

Properties

BuildInId

The build in Id for the named style

Declaration
public int BuildInId { get; set; }
Property Value
Type Description
int

CustomBuildin

Indicates if this built-in cell style has been customized

Declaration
public bool CustomBuildin { get; set; }
Property Value
Type Description
bool

Name

Name of the style

Declaration
public string Name { get; }
Property Value
Type Description
string

Style

The style object

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

StyleXfId

Named style index

Declaration
public int StyleXfId { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX