[]
        
(Showing Draft Content)

C1.GanttView.WorkWeekCollection.SetItem

SetItem Method

SetItem(int, WorkWeek)

Replaces the item at the specified index.

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