Spread.Sheets Documentation
remove Method
The row index of the cell.
The column index of the cell.
Removes the comment from the cell for the indicated row and column.
Syntax
var instance = new GC.Spread.Sheets.Comments.CommentManager(sheet);
var value; // Type: any
value = instance.remove(row, col);
function remove( 
   row : number,
   col : number
) : any;

Parameters

row
The row index of the cell.
col
The column index of the cell.
See Also

Reference

CommentManager type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.