InsertRange Method (GridRowCollection)
Inserts the elements of a collection into the list at the specified index.
'Declaration
Public Overridable Sub InsertRange( _
ByVal As Integer, _
ByVal As ICollection _
)
Parameters
- index
- Index where the elements will be inserted.
- c
- System.Collections.ICollection whose elements will be inserted.