var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: Comment returnValue = instance.comment(value);
Parameters
- value
- The comment to set in the cell.
Return Value
If no value is set, returns the comment in the cell; otherwise, returns the cell range.