IndexOf Method (ValueItemCollection)
Gets the index of the specified
ValueItem.
'Declaration
Public Function IndexOf( _
ByVal As ValueItem _
) As System.Integer
public System.int IndexOf(
ValueItem
)
Parameters
- vi
- The ValueItem to search.
Return Value
The index of the ValueItem.