Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Creates a comment and associates it with the specified Cell.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Creates a comment and associates it with the specified [Cell|Cell].{excerpt}
{signature:C#}
 public Comment CreateComment(Cell cell)
Signature
{signature}{signature:vb.net
vb.net
}
Public Function CreateComment(ByVal cell As Cell) As Comment
Parameters
Param
cellcell

The cell to associate the comment with.

Returns
The new comment.
{signature}
{parameters}
{param:cell}The cell to associate the comment with.{param}
{returns}The new comment.{returns}