ThreadedComment Class
Represents the threaded comment.
type ThreadedComment struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetRow | Gets the row index of the comment. |
GetColumn | Gets the column index of the comment. |
GetNotes | Gets and sets the text of the comment. |
SetNotes | Gets and sets the text of the comment. |
GetAuthor | Gets the author of the comment. |
SetAuthor | Gets the author of the comment. |
GetCreatedTime | Gets and sets the created time of this threaded comment. |
SetCreatedTime | Gets and sets the created time of this threaded comment. |