[]
        
(Showing Draft Content)

C1.GanttView.ResourceRefCollection.InsertItem

InsertItem Method

InsertItem(int, ResourceRef)

Inserts an item at the specified index.

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