[]
        
(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)
Protected Overrides Sub SetItem(index As Integer, newItem As Predecessor)
Parameters
Type Name Description
int index
Predecessor newItem
Overrides