[]
Inserts an array of string values into the collection at the specified index.
public void InsertRange(int index, string[] items)
Public Sub InsertRange(index As Integer, items As String())
| Type | Name | Description |
|---|---|---|
| int | index | Index at which items should be inserted. |
| string[] | items | Array of string values. |
| Type | Condition |
|---|---|
| ArgumentNullException | items is a null reference (Nothing in VB). |