ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventCollection Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also