Returns a Comment object representing a note attached to the cell, separate from other cell content. If a comment is not associated with the specified cell, a new comment will be created and returned.

 public Comment Comment{ get; }
Public ReadOnly Property Comment() As Comment
Comment cmt = cellA1.Comment;
Dim cmt As Comment = cellA1.Comment