var instance = new GC.Spread.Sheets.Comments.CommentManager(sheet); var value; // Type: Comment value = instance.add(row, col, text);
Parameters
- row
- The row index of the cell.
- col
- The column index of the cell.
- text
- The text of the comment.
Return Value
The comment that has been added to the cell.