aspose.cells

Class ThreadedCommentAuthorCollection

Represents all persons who .

Constructor Summary
 
Property Getters/Setters Summary
functiongetCount()
functiongetCurrentPerson()
function
           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)
Reserved for internal use.
functionadd(name, userId, providerId)
Adds one thread comment person.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(author)
Gets the index of ThreadedCommentAuthor object
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • 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

      • indexOf

        function indexOf(author)
        Gets the index of ThreadedCommentAuthor object
        Parameters:
        author: ThreadedCommentAuthor - The ThreadedCommentAuthor object
        Returns:
        The index in the ThreadedCommentAuthor collection
      • 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.