Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / ac Class / InsertRange Method

In This Topic
    InsertRange Method (ac)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub InsertRange( _
       ByVal index As System.Integer, _
       ByVal collection As System.Collections.Generic.IEnumerable(Of aa) _
    ) 
    public void InsertRange( 
       System.int index,
       System.Collections.Generic.IEnumerable<aa> collection
    )

    Parameters

    index
    collection
    See Also