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
Wiki Markup
{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 .{excerpt}
{signature:C#}
 public void RemoveComment()
{signature}{signature:vb.net}
Public Sub RemoveComment()
{signature}
{example}{code:csharp|title=C#}
cellA1.RemoveComment();{code}
{code:vb.net|title=vb.net}
cellA1.RemoveComment(){code}

{example}
{scrollbar}