aspose.cells

Class ThreadedComment

Represents the threaded comment.

Property Getters/Setters Summary
functiongetAuthor()
function
setAuthor(value)
           Gets the author of the comment.
functiongetColumn()
Gets the column index of the comment.
functiongetCreatedTime()
function
           Gets and sets the created time of this threaded comment.
functiongetNotes()
function
setNotes(value)
           Gets and sets the text of the comment.
functiongetRow()
Gets the row index of the comment.
 

    • Property Getters/Setters Detail

      • getRow : Number 

        function getRow()
        
        Gets the row index of the comment.
      • getColumn : Number 

        function getColumn()
        
        Gets the column index of the comment.
      • getNotes/setNotes : String 

        function getNotes() / function setNotes(value)
        
        Gets and sets the text of the comment.
      • getAuthor/setAuthor : ThreadedCommentAuthor 

        function getAuthor() / function setAuthor(value)
        
        Gets the author of the comment.
      • getCreatedTime/setCreatedTime : DateTime 

        function getCreatedTime() / function setCreatedTime(value)
        
        Gets and sets the created time of this threaded comment.