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

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

    Parameters

    index
    item
    See Also