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