GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CustomCalendarCollection Class / InsertItem Method

In This Topic
    InsertItem Method (CustomCalendarCollection)
    In This Topic
    Inserts an item at the specified index.
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal newItem As CustomCalendar _
    ) 
    protected override void InsertItem( 
       int index,
       CustomCalendar newItem
    )

    Parameters

    index
    newItem
    See Also