SpreadJS Documentation
CommentManager Method
GC.Spread.Sheets Namespace > Comments type : CommentManager Method
The worksheet.
Represents a comment manager that can manage all comments in a sheet.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Comments.CommentManager(sheet);
function CommentManager( 
   sheet : Worksheet
) : any;

Parameters

sheet
The worksheet.
See Also

Reference

Comments type