[]
        
(Showing Draft Content)

C1.GanttView.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