CommentXml Property

Office Open XML

Access to the comment xml document

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

Syntax

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

See Also