Aspose::Cells::ThreadedCommentCollection class

ThreadedCommentCollection class

Represents the list of threaded comments.

class ThreadedCommentCollection

Methods

MethodDescription
Add(const U16String& text, const ThreadedCommentAuthor& author)Adds a threaded comment;.
Add(const char16_t* text, const ThreadedCommentAuthor& author)Adds a threaded comment;.
Get(int32_t index)Gets the threaded comment by the specific index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ThreadedCommentCollection& src)operator=
ThreadedCommentCollection(ThreadedCommentCollection_Impl* impl)Constructs from an implementation object.
ThreadedCommentCollection(const ThreadedCommentCollection& src)Copy constructor.
~ThreadedCommentCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also