Show / Hide Table of Contents

Class ExcelNamedStyleXml

Xml access class for named styles

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelNamedStyleXml
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style.XmlAccess
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelNamedStyleXml : StyleXmlHelper

Properties

BuildInId

Declaration
public int BuildInId { get; set; }
Property Value
Type Description
System.Int32

CustomBuildin

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
Back to top Generated by DocFX