asposecells.api
Class ThreadedCommentAuthorCollection

Represents all persons who .

Constructor Summary
ThreadedCommentAuthorCollection()
          
 
Property Getters/Setters Summary
methodgetCount()
          
methodgetCurrentPerson()
methodsetCurrentPerson(value)
           Gets and sets the current user.
methodget(index)
           Gets the person who create threaded comments.
methodget(name)
           Gets the person who create threaded comments.
 
Method Summary
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodadd(name, userId, providerId)
           Adds one thread comment person.
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
          
 

Constructor Detail

ThreadedCommentAuthorCollection

ThreadedCommentAuthorCollection()

Property Getters/Setters Detail

getCurrentPerson/setCurrentPerson : ThreadedCommentAuthor 

ThreadedCommentAuthor getCurrentPerson() / setCurrentPerson(value)
Gets and sets the current user.

getCount : int 

int getCount()

get : ThreadedCommentAuthor 

ThreadedCommentAuthor get(index)
Gets the person who create threaded comments.
Parameters:
index - The index
Returns:

get : ThreadedCommentAuthor 

ThreadedCommentAuthor get(name)
Gets the person who create threaded comments.
Parameters:
name - The index
Returns:

Method Detail

add

int add(name, userId, providerId)
Adds one thread comment person.
Parameters:
name: String - The name of the person.
userId: String -
providerId: String - The id of the provider
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.