Spread.Sheets Documentation
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 ConstructorCommentManager ConstructorRepresents a comment manager that can manage all comments in a sheet.  
Top
Methods
 NameDescription
public MethodaddAdds a comment to the cell for the indicated row and column.  
public MethodallGets all comments in the sheet.  
public MethodclearClears 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 MethodgetGets the comment in the cell with the indicated row and column.  
public MethodremoveRemoves the comment from the cell for the indicated row and column.  
Top
See Also

Reference

GC.Spread.Sheets.Comments Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.