ExtendedPropertiesXml Property

Office Open XML

Provides access to the XML document that holds the extended properties of the document (app.xml)

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

Syntax

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

See Also