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 cell with the specified row and column coordinates.

Signature
C#
C#
 public Comment CreateComment(int row, int column)
Signature
vb.net
vb.net
Public Function CreateComment(ByVal row As Integer, ByVal column As Integer) As Comment
Parameters
Param
row
row

The row for the new comment (0-based).

Param
column
column

The column for the new comment (0-based).

Returns

The new comment.