ThreadedComment
Contents
[
Hide
]ThreadedComment class
Represents the threaded comment.
Properties
| Name | Type | Description |
|---|---|---|
| Row | int | Gets the row index of the comment. |
| Column | int | Gets the column index of the comment. |
| Notes | String | Gets and sets the text of the comment. |
| Author | ThreadedCommentAuthor | Gets the author of the comment. |
| CreatedTime | DateTime | Gets 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