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

In This Topic
    IndexOf Method (CommonItemCollection)
    In This Topic
    Determines index of the first CommonItem with the specified name in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal name As System.String _
    ) As System.Integer
    public System.int IndexOf( 
       System.string name
    )

    Parameters

    name
    See Also