Show / Hide Table of Contents

Class ExcelNamedStyleXml

Xml access class for named styles

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelNamedStyleXml
Inherited Members
StyleXmlHelper.GetBoolValue(XmlNode, String)
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.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
System.Int32

CustomBuildin

Indicates if this built-in cell style has been customized

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

Name

Name of the style

Declaration
public string Name { get; }
Property Value
Type Description
System.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
System.Int32
In This Article
Back to top Generated by DocFX