InsertRange Method (GridColumnCollection)
In This Topic
Inserts the elements of a collection into the
System.Collections.ArrayList at the specified index.
Syntax
Parameters
- index
- The zero-based index at which the new elements should be inserted.
- c
- The System.Collections.ICollection whose elements should be inserted into the System.Collections.ArrayList. The collection itself cannot be a null reference (Nothing in Visual Basic), but it can contain elements that are a null reference (Nothing in Visual Basic).
See Also