







|
| EPPlus 3.0 |
| ExcelCommentCollection..::.CommentXml Property |
| ExcelCommentCollection Class See Also Send Feedback |
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); } |
