ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / ClippingCollection Class / IndexOf Method

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

    Parameters

    item
    See Also