[]
Inserts an array of axes into the collection at the specified index.
public void InsertRange(int index, RadarValueAxis[] items)
Public Sub InsertRange(index As Integer, items As RadarValueAxis())
Type | Name | Description |
---|---|---|
int | index | Index at which item should be inserted. |
RadarValueAxis[] | 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). |