Aspose::Cells::ThreadedComment class

ThreadedComment class

Represents the threaded comment.

class ThreadedComment

Methods

MethodDescription
GetAuthor()Gets the author of the comment.
GetColumn()Gets the column index of the comment.
GetCreatedTime()Gets and sets the created time of this threaded comment.
GetNotes()Gets and sets the text of the comment.
GetRow()Gets the row index of the comment.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ThreadedComment& src)operator=
SetAuthor(const ThreadedCommentAuthor& value)Gets the author of the comment.
SetCreatedTime(const Date& value)Gets and sets the created time of this threaded comment.
SetNotes(const U16String& value)Gets and sets the text of the comment.
SetNotes(const char16_t* value)Gets and sets the text of the comment.
ThreadedComment(ThreadedComment_Impl* impl)Constructs from an implementation object.
ThreadedComment(const ThreadedComment& src)Copy constructor.
~ThreadedComment()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also