ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpTaskCollection Class / Insert Method

In This Topic
    Insert Method (JumpTaskCollection)
    In This Topic
    Inserts the specified C1JumpTask into this collection at the given index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal task As C1JumpTask _
    ) 
    public void Insert( 
       int index,
       C1JumpTask task
    )

    Parameters

    index
    task
    See Also