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
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: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}