public PlotArea this[ int index ]; {get; set;}
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As PlotArea
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As PlotArea
'Usage Dim instance As PlotAreaCollection Dim index As Integer Dim value As PlotArea instance.Item(index) = value value = instance.Item(index)
'Usage
Dim instance As PlotAreaCollection Dim index As Integer Dim value As PlotArea instance.Item(index) = value value = instance.Item(index)
PlotAreaCollection Class PlotAreaCollection Members