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

 public Comment CreateComment(int row, int column)
Public Function CreateComment(ByVal row As Integer, ByVal column As Integer) As Comment

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

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

The new comment.