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}Creates a comment and associates it with the specified [Cell|Cell].{excerpt}
{signature:C#}
 public Comment CreateComment(Cell cell)
{signature}{signature:vb.net}
Public Function CreateComment(ByVal cell As Cell) As Comment
{signature}
{parameters}
{param:cell}The cell to associate the comment with.{param}
{returns}The new comment.{returns}