Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Creates a comment and associates it with the cell with the specified row and column coordinates.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Creates a comment and associates it with the cell with the specified row and column coordinates.{excerpt}
{signature: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
Parameters
Param
rowrow

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

Param
columncolumn

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

Returns
The new 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}