Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

{signature}
{example}{code:csharp|title=C#}
bool noteAttached = cellA1.HasComment;
{code}
{code:vb.net
|title=vb.net
}
Dim noteAttached As Boolean = cellA1.HasComment
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public ReadOnly Property HasComment() As Boolean
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}