Aspose::Cells::ThreadedCommentAuthorCollection::Add method

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)
ParameterTypeDescription
nameconst U16String&The name of the person.
userIdconst U16String&
providerIdconst U16String&The id of the provider

ReturnValue

See Also

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)
ParameterTypeDescription
nameconst char16_t*The name of the person.
userIdconst char16_t*
providerIdconst char16_t*The id of the provider

ReturnValue

See Also