|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsCommentsCollection
com.spire.xls.collections.CommentsCollection
public class CommentsCollection
Constructor Summary | |
---|---|
CommentsCollection(java.lang.Object parent)
|
Method Summary | |
---|---|
ExcelComment |
addComment(CellRange range)
Adds comment to the specified range. |
ExcelComment |
addComment(int rowIndex,
int columnIndex)
Adds comment to the specified row and column. |
ExcelComment |
get(int index)
Gets a comment object. |
ExcelComment |
get(int Row,
int Column)
Gets a comment object. |
ExcelComment |
get(java.lang.String name)
Gets single item from the collection. |
void |
remove(ExcelComment comment)
Removes comment object from the collection. |
Methods inherited from class com.spire.xls.core.spreadsheet.collections.XlsCommentsCollection |
---|
addComment, getItem |
Methods inherited from interface com.spire.xls.core.IComments |
---|
getCount, getParent |
Constructor Detail |
---|
public CommentsCollection(java.lang.Object parent)
Method Detail |
---|
public ExcelComment addComment(CellRange range)
range
- Range that adds comment.
public ExcelComment addComment(int rowIndex, int columnIndex)
addComment
in class XlsCommentsCollection
rowIndex
- Row index..columnIndex
- Column index.
public void remove(ExcelComment comment)
comment
- Comment to remove.public ExcelComment get(int index)
get
in interface IComments
get
in class XlsCommentsCollection
public ExcelComment get(java.lang.String name)
get
in class XlsCommentsCollection
name
- Name of the item to get.
public ExcelComment get(int Row, int Column)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |