ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceMappingCollection Class / Insert Method

In This Topic
    Insert Method (ResourceMappingCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As C1.C1Schedule.MappingInfo _
    ) 
    public void Insert( 
       System.int index,
       C1.C1Schedule.MappingInfo item
    )

    Parameters

    index
    item
    See Also