Aspose::Cells::ThreadedCommentAuthorCollection::Add method
Contents
[
Hide
]ThreadedCommentAuthorCollection::Add(const U16String&, const U16String&, const U16String&) method
Adds one thread comment person.
int32_t Aspose::Cells::ThreadedCommentAuthorCollection::Add(const U16String &name, const U16String &userId, const U16String &providerId)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the person. |
userId | const U16String& | |
providerId | const U16String& | The id of the provider |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class ThreadedCommentAuthorCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
ThreadedCommentAuthorCollection::Add(const char16_t*, const char16_t*, const char16_t*) method
Adds one thread comment person.
int32_t Aspose::Cells::ThreadedCommentAuthorCollection::Add(const char16_t *name, const char16_t *userId, const char16_t *providerId)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the person. |
userId | const char16_t* | |
providerId | const char16_t* | The id of the provider |
ReturnValue
See Also
- Class Vector
- Class ThreadedCommentAuthorCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++