Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static ExcelComment |
ExcelComment.create(ExcelCommentCollection parent,
Object key)
Deprecated.
This method is internal and should not be used.
|
ExcelComment |
ExcelCommentCollection.get(int index)
Gets the comment at the specified index.
|
ExcelComment |
ExcelCell.getComment()
Gets cell comment.
|
ExcelComment |
CellRange.getComment()
Gets comment
|
abstract ExcelComment |
AbstractRange.getComment()
Gets comment.
|
Modifier and Type | Method and Description |
---|---|
com.gembox.spreadsheet.internal.EditorDataHandler<ExcelComment,com.gembox.spreadsheet.internal.ExcelCommentData> |
ExcelComment.getDataHandler()
Deprecated.
This method is internal and should not be used.
|
Iterator<ExcelComment> |
ExcelCommentCollection.iterator()
Returns an iterator for the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelCell.setComment(ExcelComment value)
Sets cell comment.
|
void |
CellRange.setComment(ExcelComment value)
Sets comment
|
abstract void |
AbstractRange.setComment(ExcelComment value)
Sets comment.
|
© GemBox d.o.o. — All rights reserved.