ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ValueIntervalCollection Class / IndexOf Method
The ValueInterval to locate in the collection.

In This Topic
    IndexOf Method (ValueIntervalCollection)
    In This Topic
    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 Integer
    public int IndexOf( 
       ValueInterval vi
    )

    Parameters

    vi
    The ValueInterval to locate in the collection.
    See Also