WorkbookXml Property

Office Open XML

Provides access to the XML data representing the workbook in the package.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public XmlDocument WorkbookXml { get; }
Visual Basic (Declaration)
Public ReadOnly Property WorkbookXml As XmlDocument
Visual C++
public:
property XmlDocument^ WorkbookXml {
	XmlDocument^ get ();
}

See Also