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