find_comment_by_idx method
find_comment_by_idx
Finds a comment in the collection by index.
Returns
Found comment or None IComment
.
def find_comment_by_idx(self, idx):
...
Parameter | Type | Description |
---|---|---|
idx | int | Unique index of a comment to find int. |
See Also
- class
CommentCollection
- class
IComment
- module
aspose.slides
- library
Aspose.Slides