WorksheetXml Property

Office Open XML

The XML document holding the worksheet data. All column, row, cell, pagebreak, merged cell and hyperlink-data are loaded into memory and removed from the document when loading the document.

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

Syntax

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

See Also