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


subValue
The SubValue to find.
Determines index of a specified SubValue in this collection.

Syntax

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

Parameters

subValue
The SubValue to find.

Return Value

The zero-based index of the specified SubValue.

See Also

© 2010 All Rights Reserved.