Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / ScheduleGroupItemCollection Class / SetItem Method

In This Topic
    SetItem Method (ScheduleGroupItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub SetItem( _
       ByVal index As System.Integer, _
       ByVal item As ScheduleGroupItem _
    ) 
    protected virtual void SetItem( 
       System.int index,
       ScheduleGroupItem item
    )

    Parameters

    index
    item
    See Also