ThreadedComment Class

ThreadedComment class

Represents the threaded comment.


type ThreadedComment struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetRowGets the row index of the comment.
GetColumnGets the column index of the comment.
GetNotesGets and sets the text of the comment.
SetNotesGets and sets the text of the comment.
GetAuthorGets the author of the comment.
SetAuthorGets the author of the comment.
GetCreatedTimeGets and sets the created time of this threaded comment.
SetCreatedTimeGets and sets the created time of this threaded comment.