Class ExcelNamedStyleXml
Xml access class for named styles
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |
|---|---|
| Int32 |
CustomBuildin
Indicates if this built-in cell style has been customized
Declaration
public bool CustomBuildin { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
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 |
|---|---|
| Int32 |