ComponentOne Input for WinForms
IndexOf Method (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : IndexOf Method
The ValueInterval to locate in the collection.
Determines the index of a specific value interval in the collection, return -1 if this item not found.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal vi As ValueInterval _
) As System.Integer
public System.int IndexOf( 
   ValueInterval vi
)

Parameters

vi
The ValueInterval to locate in the collection.
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members