Aspose::Cells::ThreadedCommentAuthorCollection::IndexOf method

ThreadedCommentAuthorCollection::IndexOf method

Gets the index of ThreadedCommentAuthor object.

int32_t Aspose::Cells::ThreadedCommentAuthorCollection::IndexOf(const ThreadedCommentAuthor &author)
ParameterTypeDescription
authorconst ThreadedCommentAuthor&The ThreadedCommentAuthor object

ReturnValue

The index in the ThreadedCommentAuthor collection

See Also