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
CustomBuildin
Indicates if this built-in cell style has been customized
public bool CustomBuildin { get; set; }
Property Value
Name
Name of the style
public string Name { get; }
Property Value
Style
The style object
public ExcelStyle Style { get; }
Property Value
StyleXfId
Named style index
public int StyleXfId { get; set; }