WinForms Edition Documentation
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 _
) 
 

Parameters

index
task
See Also