aspose.cells

Class ThreadedCommentCollection

Represents the list of threaded comments.

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the threaded comment by the specific index.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionadd(text, author)
Adds a threaded comment;
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : ThreadedComment 

        function get(index)
        
        Gets the threaded comment by the specific index.
        Parameters:
        index - The index
        Returns:
    • Method Detail

      • add

        function 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

        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.