'UsageDim instance As PlotAreaCollection Dim items() As PlotArea instance.AddRange(items)
Parameters
- items
- Array of plot areas
'UsageDim instance As PlotAreaCollection Dim items() As PlotArea instance.AddRange(items)
| Exception | Description |
|---|---|
| System.ArgumentNullException | items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |