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
vb.net
vb.net
Public Function CreateComment(ByVal cell As Cell) As Comment
Parameters
Param
cell
cell

The cell to associate the comment with.

Returns

The new comment.