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)
Syntaxpublic IComment FindCommentByIdx(
int idx
)
Public Function FindCommentByIdx (
idx As Integer
) As IComment
public:
IComment^ FindCommentByIdx(
int idx
)
member FindCommentByIdx :
idx : int -> IComment
Parameters
- idx
- Type: SystemInt32
Unique index of a comment to find Int32.
Return Value
Type:
ICommentFound comment or null
IComment.
See Also