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 a Comment object representing a note attached to the cell, separate from other cell content. If a comment is not associated with the specified cell, a new comment will be created and returned.

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

Comment cmt = cellA1.Comment;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim cmt As Comment = cellA1.Comment
{code} {example} {scrollbar}
Scrollbar