var instance = new GC.Spread.Sheets.Comments.CommentManager(sheet); var value; // Type: Comment value = instance.get(row, col);
Parameters
- row
- The row index of the cell.
- col
- The column index of the cell.
Return Value
The comment in the indicated cell.