Aspose::Cells::ThreadedCommentCollection::Add method

ThreadedCommentCollection::Add(const U16String&, const ThreadedCommentAuthor&) method

Adds a threaded comment;.

int32_t Aspose::Cells::ThreadedCommentCollection::Add(const U16String &text, const ThreadedCommentAuthor &author)
ParameterTypeDescription
textconst U16String&The text of the threaded comment.
authorconst ThreadedCommentAuthor&The author of the threaded comment

ReturnValue

See Also

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)
ParameterTypeDescription
textconst char16_t*The text of the threaded comment.
authorconst ThreadedCommentAuthor&The author of the threaded comment

ReturnValue

See Also