Comment Property

Office Open XML

returns the comment object of the first cell in the range

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

Syntax

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

See Also