Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / CommonFillingCollection Class / IndexOf Method / IndexOf(CommonFilling) Method

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

    Parameters

    item
    See Also