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

Removes the comment associated with the cell. A comment is a note attached to the cell, separate from other cell content. To find out if a comment is attached to the cell, use Cell.HasComment .

Signature
C#
C#
 public void RemoveComment()
Signature
vb.net
vb.net
Public Sub RemoveComment()
Example
Code Block
csharp
csharp
titleC#
cellA1.RemoveComment();
Code Block
vb.net
vb.net
titlevb.net
cellA1.RemoveComment()
Scrollbar