'Usage Dim instance As SeriesCollection Dim index As Integer Dim items() As Series instance.InsertRange(index, items)
Parameters
- index
- Index of series.
- items
- Array of series.
'Usage Dim instance As SeriesCollection Dim index As Integer Dim items() As Series instance.InsertRange(index, items)
Exception | Description |
---|---|
System.ArgumentNullException | items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |