Package com.grapecity.documents.excel
Interface ICommentsThreaded
- All Superinterfaces:
Iterable<ICommentThreaded>
A collection of top-level threaded comment objects in a Worksheet, or a collection of replies in a single threaded comment. Each comment is represented by an
ICommentThreaded object.-
Method Details
-
get
Gets the threaded comment for the index.- Parameters:
index- The index of collection.
-
getCount
int getCount()Returns the count of objects in the collection.- Returns:
- The count of object in collection.
-