Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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}
{example}{code:csharp|title=C#}
cellA1.RemoveComment();
{code}
{code:vb.net
|title=vb.net
}
cellA1.RemoveComment()
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Sub RemoveComment()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}