{description}
{excerpt}Returns {{true}} if a [Comment|Comment] object is associated with the cell.{excerpt}
{signature:C#}
 public boolean HasComment{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property HasComment() As Boolean
{signature}
{example}{code:csharp|title=C#}
bool noteAttached = cellA1.HasComment;{code}
{code:vb.net|title=vb.net}
Dim noteAttached As Boolean = cellA1.HasComment{code}

{example}
{scrollbar}