| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IComment |
IRange.addComment(java.lang.String text)
Adds comments to the current range.
|
IComment |
IComments.get(int Index)
Gets the comment index.
|
IComment |
IRange.getComment()
Returns an instance of
IComment which may be used to get and set
Comment properties of the cells. |
IComment |
IComment.next()
Returns the
IComment object that represents the next comment. |
IComment |
IComment.previous()
Returns the
IComment object that represents the previous comment. |