Returns true if a Comment object is associated with the cell.

 public boolean HasComment{ get; }
Public ReadOnly Property HasComment() As Boolean
bool noteAttached = cellA1.HasComment;
Dim noteAttached As Boolean = cellA1.HasComment