CommentCollectionFindCommentByIdx Method

Finds a comment in the collection by index.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IComment FindCommentByIdx(
	int idx
)

Parameters

idx
Type: SystemInt32
Unique index of a comment to find Int32.

Return Value

Type: IComment
Found comment or null IComment.
See Also