GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / WorkWeekCollection Class / SetItem Method

In This Topic
    SetItem Method (WorkWeekCollection)
    In This Topic
    Replaces the item at the specified index.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal newItem As WorkWeek _
    ) 
    protected override void SetItem( 
       int index,
       WorkWeek newItem
    )

    Parameters

    index
    newItem
    See Also