[]
Adds an array of label areas to the collection.
public void AddRange(LabelArea[] items)
Public Sub AddRange(items As LabelArea())
Type | Name | Description |
---|---|---|
LabelArea[] | items | Array of label areas. |
Type | Condition |
---|---|
ArgumentNullException | item is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |