Aspose::Cells::ThreadedCommentCollection class
ThreadedCommentCollection class
Represents the list of threaded comments.
class ThreadedCommentCollection
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ThreadedCommentCollection& src) | operator= |
| ThreadedCommentCollection(ThreadedCommentCollection_Impl* impl) | Constructs from an implementation object. |
| ThreadedCommentCollection(const ThreadedCommentCollection& src) | Copy constructor. |
| ~ThreadedCommentCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++