Class ExcelNamedStyleXml
Xml access class for named styles
Inherited Members
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 |