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