Aspose::Cells::ThreadedCommentCollection::Add method
Contents
[
Hide
]ThreadedCommentCollection::Add(const U16String&, const ThreadedCommentAuthor&) method
Adds a threaded comment;.
int32_t Aspose::Cells::ThreadedCommentCollection::Add(const U16String &text, const ThreadedCommentAuthor &author)
Parameter | Type | Description |
---|---|---|
text | const U16String& | The text of the threaded comment. |
author | const ThreadedCommentAuthor& | The author of the threaded comment |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class ThreadedCommentAuthor
- Class ThreadedCommentCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
ThreadedCommentCollection::Add(const char16_t*, const ThreadedCommentAuthor&) method
Adds a threaded comment;.
int32_t Aspose::Cells::ThreadedCommentCollection::Add(const char16_t *text, const ThreadedCommentAuthor &author)
Parameter | Type | Description |
---|---|---|
text | const char16_t* | The text of the threaded comment. |
author | const ThreadedCommentAuthor& | The author of the threaded comment |
ReturnValue
See Also
- Class Vector
- Class ThreadedCommentAuthor
- Class ThreadedCommentCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++