Comments Property

Office Open XML

Collection of comments

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

Syntax

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

See Also