Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / DayCollection Class / RemoveItem Method

In This Topic
    RemoveItem Method (DayCollection)
    In This Topic
    Removes the element at the specified index of the System.Collections.ObjectModel.KeyedCollection`2.
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal index As System.Integer _
    ) 
    protected override void RemoveItem( 
       System.int index
    )

    Parameters

    index
    See Also