Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ValueColorCollection Class / IndexOf Method

In This Topic
    IndexOf Method (ValueColorCollection)
    In This Topic
    Determines the index of a specific C1GaugeValueColor in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As C1GaugeValueColor _
    ) As System.Integer
    public System.int IndexOf( 
       C1GaugeValueColor item
    )

    Parameters

    item
    See Also