asposecells.api

Class ThreadedComment

Represents the threaded comment.

Property Getters/Setters Summary
methodgetAuthor()
method
setAuthor(value)
           Gets the author of the comment.
methodgetColumn()
Gets the column index of the comment.
methodgetCreatedTime()
method
           Gets and sets the created time of this threaded comment.
methodgetNotes()
method
setNotes(value)
           Gets and sets the text of the comment.
methodgetRow()
Gets the row index of the comment.
 

    • Property Getters/Setters Detail

      • getRow : int 

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

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

        String getNotes() / setNotes(value)
        
        Gets and sets the text of the comment.
      • getCreatedTime/setCreatedTime : DateTime 

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