ComponentOne GanttView for WinForms
Insert Method (PredecessorCollection)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > PredecessorCollection Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As Predecessor _
) 
public void Insert( 
   System.int index,
   Predecessor item
)

Parameters

index
item
See Also

Reference

PredecessorCollection Class
PredecessorCollection Members