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
vb.net
vb.net
Public ReadOnly Property Comment() As Comment
Example
Code Block
csharp
csharp
titleC#
Comment cmt = cellA1.Comment;
Code Block
vb.net
vb.net
titlevb.net
Dim cmt As Comment = cellA1.Comment
Scrollbar