PivotTableXml Property

Office Open XML

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

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

Syntax

C#
public XmlDocument PivotTableXml { get; private set; }
Visual Basic (Declaration)
Public Property PivotTableXml As XmlDocument
Visual C++
public:
property XmlDocument^ PivotTableXml {
	XmlDocument^ get ();
	void set (XmlDocument^ value);
}

See Also