CustomPropertiesXml Property

Office Open XML

Provides access to the XML document which holds the document's custom properties

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

Syntax

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

See Also