EventsCalendar for ASP.NET Web Forms
InsertRange Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventCollection Class : InsertRange Method
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

Reference

C1EventCollection Class
C1EventCollection Members