C1.Win.8 Assembly / C1.Framework Namespace / GridRowCollection Class / InsertRange Method
Index where the elements will be inserted.
System.Collections.ICollection whose elements will be inserted.

In This Topic
InsertRange Method (GridRowCollection)
In This Topic
Inserts the elements of a collection into the list at the specified index.
Syntax
'Declaration
 
Public Overridable Sub InsertRange( _
   ByVal index As Integer, _
   ByVal c As ICollection _
) 
 

Parameters

index
Index where the elements will be inserted.
c
System.Collections.ICollection whose elements will be inserted.
See Also