FindCommentByIdx

CommentCollection.FindCommentByIdx method

Finds a comment in the collection by index.

public IComment FindCommentByIdx(int idx)
ParameterTypeDescription
idxInt32Unique index of a comment to find Int32.

Return Value

Found comment or null IComment.

See Also