Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}