Show / Hide Table of Contents

Class StyleXmlHelper

Xml helper class for cell style classes

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelBorderItemXml
ExcelBorderXml
ExcelColorXml
ExcelFillXml
ExcelFontXml
ExcelNamedStyleXml
ExcelNumberFormatXml
ExcelXfs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Style.XmlAccess
Assembly: EPPlus.dll
Syntax
public abstract class StyleXmlHelper : XmlHelper

Methods

GetBoolValue(XmlNode, String)

Declaration
protected bool GetBoolValue(XmlNode topNode, string path)
Parameters
Type Name Description
System.Xml.XmlNode topNode
System.String path
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX