ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpItemCollection Class / IndexOf Method

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

    Parameters

    item
    See Also