Table of Contents

Class ExcelNamedStyleXml

Namespace
OfficeOpenXml.Style.XmlAccess
Assembly
EPPlus.dll

Xml access class for named styles

public sealed class ExcelNamedStyleXml : StyleXmlHelper
Inheritance
ExcelNamedStyleXml
Inherited Members

Properties

BuildInId

The build in Id for the named style

public int BuildInId { get; set; }

Property Value

int

CustomBuildin

Indicates if this built-in cell style has been customized

public bool CustomBuildin { get; set; }

Property Value

bool

Name

Name of the style

public string Name { get; }

Property Value

string

Style

The style object

public ExcelStyle Style { get; }

Property Value

ExcelStyle

StyleXfId

Named style index

public int StyleXfId { get; set; }

Property Value

int