ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpTaskCollection Class / IndexOf Method / IndexOf(String) Method

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

    Parameters

    title
    See Also