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

Creates a comment and associates it with the specified Cell.

Signature
C#
C#
 public Comment CreateComment(Cell cell)
{signature}{signature:
}
Signature
vb.net
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}
Parameters
Param
cell
cell

The cell to associate the comment with.

Returns

The new comment.