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}{signature:
}
Signature
vb.net
vb.net
Public Function CreateComment(ByVal row As Integer, ByVal column As Integer) As Comment
{signature}
{parameters}
{param:row}The row for the new comment \(0\-based\).{param}
{param:column}The column for the new comment \(0\-based\).{param}
{returns}The new comment.{returns}
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.