[]
        
(Showing Draft Content)

C1.Win.C1GanttView.PredecessorCollection.InsertItem

InsertItem Method

InsertItem(int, Predecessor)

Inserts an item at the specified index.

Declaration
protected override void InsertItem(int index, Predecessor newItem)
Parameters
Type Name Description
int index
Predecessor newItem
Overrides