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

In This Topic
    InsertItem Method (TasksMappingCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As C1.C1Schedule.MappingInfo _
    ) 
    protected virtual void InsertItem( 
       int index,
       C1.C1Schedule.MappingInfo item
    )

    Parameters

    index
    item
    See Also