'Usage Dim instance As PlotAreaCollection Dim index As Integer Dim value As PlotArea instance.Item(index) = value value = instance.Item(index)
Parameters
- index
- Index of plot area.
'Usage Dim instance As PlotAreaCollection Dim index As Integer Dim value As PlotArea instance.Item(index) = value value = instance.Item(index)
Exception | Description |
---|---|
System.ArgumentNullException | item is a null reference (Nothing in VB). |