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
Int32

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