Aspose::Cells::ThreadedComment class
Contents
[
Hide
]ThreadedComment class
Represents the threaded comment.
class ThreadedComment
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++