Aspose::Cells::ThreadedCommentAuthorCollection::Get method

ThreadedCommentAuthorCollection::Get(int32_t) method

Gets the person who create threaded comments.

ThreadedCommentAuthor Aspose::Cells::ThreadedCommentAuthorCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index

ReturnValue

See Also

ThreadedCommentAuthorCollection::Get(const U16String&) method

Gets the person who create threaded comments.

ThreadedCommentAuthor Aspose::Cells::ThreadedCommentAuthorCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of the author.

ReturnValue

See Also

ThreadedCommentAuthorCollection::Get(const char16_t*) method

Gets the person who create threaded comments.

ThreadedCommentAuthor Aspose::Cells::ThreadedCommentAuthorCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of the author.

ReturnValue

See Also