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
Parameter | Type | Description |
---|---|---|
idx | int32_t | Unique index of a comment to find int32_t. |
Return Value
Found comment or null IComment.
See Also
- Typedef SharedPtr
- Class IComment
- Class CommentCollection
- Namespace Aspose::Slides
- Library Aspose.Slides