var instance = new GC.Spread.Sheets.Comments.CommentManager(sheet);
function CommentManager;
var instance = new GC.Spread.Sheets.Comments.CommentManager(sheet);
function CommentManager;
Object
GC.Spread.Sheets.Comments.CommentManager
Name | Description | |
---|---|---|
CommentManager Constructor | Represents a comment manager that can manage all comments in a sheet. |
Name | Description | |
---|---|---|
add | Adds a comment to the cell for the indicated row and column. | |
all | Gets all comments in the sheet. | |
clear | Clears 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. | |
get | Gets the comment in the cell with the indicated row and column. | |
remove | Removes the comment from the cell for the indicated row and column. |