Show / Hide Table of Contents

Class ExcelChartStyleLibraryItem

Represents a chart style xml document in the style library

Inheritance
object
ExcelChartStyleLibraryItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyleLibraryItem

Properties

Id

The id of the style

Declaration
public int Id { get; }
Property Value
Type Description
int

XmlDocument

The style xml document

Declaration
public XmlDocument XmlDocument { get; }
Property Value
Type Description
XmlDocument

XmlString

The Xml as string

Declaration
public string XmlString { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX