dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING Namespace > AnnotationCollection Class : IndexOf Method


annotation
The Annotation to find.
Determines the index of a specified Annotation in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal annotation As Annotation _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As AnnotationCollection
Dim annotation As Annotation
Dim value As Integer
 
value = instance.IndexOf(annotation)
C# 
public int IndexOf( 
   Annotation annotation
)

Parameters

annotation
The Annotation to find.

Return Value

The zero-based index of the specified Annotation.

See Also

© 2010 All Rights Reserved.