asposecells.api
Class ThreadedComment

Represents the threaded comment.

Property Getters/Setters Summary
methodgetAuthor()
           Gets the author of the comment.
methodgetColumn()
           Gets the column index of the comment.
methodgetNotes()
methodsetNotes(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.

getAuthor : ThreadedCommentAuthor 

ThreadedCommentAuthor getAuthor()
Gets the author of the comment.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.