SpreadJS Documentation
CommentManager type
GC.Spread.Sheets.Comments Namespace : CommentManager type
Represents a comment manager that can manage all comments in a sheet.
Syntax
var instance = new GC.Spread.Sheets.Comments.CommentManager(sheet);
function CommentManager;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Comments.CommentManager

Constructors
 NameDescription
public ConstructorRepresents a comment manager that can manage all comments in a sheet.  
Top
Methods
 NameDescription
public MethodAdds a comment to the cell for the indicated row and column.  
public MethodGets all comments in the sheet.  
public MethodClears all of the comments in the indicated range on the sheet. When the range is not specified, it clears all the comments in the sheet.  
public MethodGets the comment in the cell with the indicated row and column.  
public MethodRemoves the comment from the cell for the indicated row and column.  
Top
See Also

Reference

GC.Spread.Sheets.Comments Namespace