Provides access to the XML data representing the styles in the package.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public XmlDocument StylesXml { get; set; } |
Visual Basic (Declaration) |
---|
Public Property StylesXml As XmlDocument |
Visual C++ |
---|
public: property XmlDocument^ StylesXml { XmlDocument^ get (); void set (XmlDocument^ value); } |