'Usage Dim instance As PlotAreaCollection Dim index As Integer Dim item As PlotArea instance.Insert(index, item)
Parameters
- index
- Index at which item should be inserted.
- item
- Plot area.
'Usage Dim instance As PlotAreaCollection Dim index As Integer Dim item As PlotArea instance.Insert(index, item)
Exception | Description |
---|---|
System.ArgumentNullException | item is a null reference (Nothing in VB). |