Returns the index of the first occurrence of a value in the collection.
[Visual Basic]
Public Function IndexOf( _
ByVal value As Annotation _
) As Integer
[C#]
public int IndexOf(
Annotation value
);
The index of the first occurrence of value within the entire array, if found; otherwise, the lower bound of the array - 1.
AnnotationsCollection Class | AnnotationsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.