[]
        
(Showing Draft Content)

C1.GanttView.ResourceRefCollection.SetItem

SetItem Method

SetItem(int, ResourceRef)

Replaces the item at the specified index.

Declaration
protected override void SetItem(int index, ResourceRef newItem)
Protected Overrides Sub SetItem(index As Integer, newItem As ResourceRef)
Parameters
Type Name Description
int index
ResourceRef newItem
Overrides