[]
        
(Showing Draft Content)

C1.Win.C1Input.ValueIntervalCollection.IndexOf

IndexOf Method

IndexOf(ValueInterval)

Determines the index of a specific value interval in the collection, return -1 if this item not found.

Declaration
public int IndexOf(ValueInterval vi)
Public Function IndexOf(vi As ValueInterval) As Integer
Parameters
Type Name Description
ValueInterval vi

The ValueInterval to locate in the collection.

Returns
Type Description
int