ComponentOne Windows 7 Control Pack for WinForms
Insert Method (JumpTaskCollection)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > JumpTaskCollection Class : Insert Method
Inserts the specified C1JumpTask into this collection at the given index.
Syntax
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal task As C1JumpTask _
) 
Dim instance As JumpTaskCollection
Dim index As Integer
Dim task As C1JumpTask
 
instance.Insert(index, task)
public void Insert( 
   int index,
   C1JumpTask task
)
public:
void Insert( 
   int index,
   C1JumpTask^ task
) 

Parameters

index
task
See Also

Reference

JumpTaskCollection Class
JumpTaskCollection Members