asposecells.api
Class ThreadedCommentCollection

Represents the list of threaded comments.

Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets the threaded comment by the specific index.
 
Method Summary
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodadd(text, author)
           Adds a threaded comment;
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : int 

int getCount()

get : ThreadedComment 

ThreadedComment get(index)
Gets the threaded comment by the specific index.
Parameters:
index - The index
Returns:

Method Detail

add

int add(text, author)
Adds a threaded comment;
Parameters:
text: String - The text of the threaded comment.
author: ThreadedCommentAuthor - The author of the threaded comment
Returns:

clear

 clear()

removeAt

 removeAt(index)

iterator

Iterator iterator()

get

Object get(index)
Reserved for internal use.

contains

boolean contains(value)
Reserved for internal use.

add

int add(value)
Reserved for internal use.

indexOf

int indexOf(value)
Reserved for internal use.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.