aspose.cells
Class ThreadedCommentAuthorCollection

Represents all persons who .

Constructor Summary
ThreadedCommentAuthorCollection()
          
 
Property Getters/Setters Summary
functiongetCount()
          
functiongetCurrentPerson()
functionsetCurrentPerson(value)
           Gets and sets the current user.
functionget(index)
           Gets the person who create threaded comments.
functionget(name)
           Gets the person who create threaded comments.
 
Method Summary
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionadd(name, userId, providerId)
           Adds one thread comment person.
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
functionremoveAt(index)→ inherited from CollectionBase
          
 

Constructor Detail

ThreadedCommentAuthorCollection

function ThreadedCommentAuthorCollection()

Property Getters/Setters Detail

getCurrentPerson/setCurrentPerson : ThreadedCommentAuthor 

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

getCount : Number 

function getCount()

get : ThreadedCommentAuthor 

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

get : ThreadedCommentAuthor 

function get(name)
Gets the person who create threaded comments.
Parameters:
name - The name of the author.
Returns:

Method Detail

add

function 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

function clear()

removeAt

function removeAt(index)

iterator

function iterator()

get

function get(index)
Reserved for internal use.

contains

function contains(value)
Reserved for internal use.

add

function add(value)
Reserved for internal use.

indexOf

function 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.