[]
        
(Showing Draft Content)

C1.GanttView.PredecessorCollection.SetItem

SetItem Method

SetItem(int, Predecessor)

Replaces the item at the specified index.

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