CacheDefinitionXml Property

Office Open XML

Provides access to the XML data representing the cache definition 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 CacheDefinitionXml { get; private set; }
Visual Basic (Declaration)
Public Property CacheDefinitionXml As XmlDocument
Visual C++
public:
property XmlDocument^ CacheDefinitionXml {
	XmlDocument^ get ();
	void set (XmlDocument^ value);
}

See Also