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.
begin()Returns an iterator to the beginning of the ThreadedCommentCollection.
end()Returns an iterator to the end of the ThreadedCommentCollection.
Get(int32_t index)Gets the threaded comment by the specific index.
GetCount()Gets the number of elements contained in the instance.
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