FindCommentByIdx()

CommentCollection::FindCommentByIdx(int32_t) method

Finds a comment in the collection by index.

System::SharedPtr<IComment> Aspose::Slides::CommentCollection::FindCommentByIdx(int32_t idx)

Arguments

ParameterTypeDescription
idxint32_tUnique index of a comment to find int32_t.

Return Value

Found comment or null IComment.

See Also