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

...

Description

Excerpt

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

Signature
C#
C#
 public boolean HasComment{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property HasComment() As Boolean
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

bool noteAttached = cellA1.HasComment;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim noteAttached As Boolean = cellA1.HasComment
{code} {example} {scrollbar}
Scrollbar