'Usage Dim instance As LabelAreaCollection Dim items() As LabelArea instance.AddRange(items)
Parameters
- items
- Array of label areas.
'Usage Dim instance As LabelAreaCollection Dim items() As LabelArea instance.AddRange(items)
Exception | Description |
---|---|
System.ArgumentNullException | item is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |