Class ExcelChartStyleLibraryItem
Represents a chart style xml document in the style library
Inherited Members
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 |