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