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}{signature:
}
Signature
vb.net
vb.net
Public Sub RemoveComment()
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

cellA1.RemoveComment();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

cellA1.RemoveComment()
{code} {example} {scrollbar}
Scrollbar