Class ExcelChartStyleLibraryItem
- Namespace
- OfficeOpenXml.Drawing.Chart.Style
- Assembly
- EPPlus.dll
Represents a chart style xml document in the style library
public class ExcelChartStyleLibraryItem
- Inheritance
-
ExcelChartStyleLibraryItem
- Inherited Members
Constructors
ExcelChartStyleLibraryItem()
public ExcelChartStyleLibraryItem()
Properties
Id
The id of the style
public int Id { get; }
Property Value
XmlDocument
The style xml document
public XmlDocument XmlDocument { get; }
Property Value
- XmlDocument
XmlString
The Xml as string
public string XmlString { get; set; }