Name | Description | |
---|---|---|
delete | Deletes the object. | |
fromJson | Generates the comment from the json string. | |
getAnchorCell | Gets the anchor cell of the comment. | |
getAuthor | Gets the author of the comment. | |
getShape | Returns the com.grapecity.documents.excel.drawing.IShape object that represents the shape attached to thespecified comment. | |
getText | Gets the comment text. | |
getVisible | Determines whether the object is visible. | |
next | Returns the IComment object that represents the next comment. | |
previous | Returns the IComment object that represents the previous comment. | |
setText | Sets the comment text. | |
setVisible | Determines whether the object is visible. | |
toJson | Generates a json string from the comment. |