ThreadedComment

ThreadedComment class

Represents the threaded comment.

Properties

NameTypeDescription
RowintGets the row index of the comment.
ColumnintGets the column index of the comment.
NotesStringGets and sets the text of the comment.
AuthorThreadedCommentAuthorGets the author of the comment.
CreatedTimeDateTimeGets and sets the created time of this threaded comment.

ThreadedComment.Row property

Gets the row index of the comment.

Type: int

ThreadedComment.Column property

Gets the column index of the comment.

Type: int

ThreadedComment.Notes property

Gets and sets the text of the comment.

Type: String

ThreadedComment.Author property

Gets the author of the comment.

Type: ThreadedCommentAuthor

ThreadedComment.CreatedTime property

Gets and sets the created time of this threaded comment.

Type: DateTime