public BarSeries this[ int index ]; {get; set;}
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As BarSeries
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As BarSeries
'使用法 Dim instance As BarSeriesCollection Dim index As Integer Dim value As BarSeries instance.Item(index) = value value = instance.Item(index)
'使用法
Dim instance As BarSeriesCollection Dim index As Integer Dim value As BarSeries instance.Item(index) = value value = instance.Item(index)
BarSeriesCollection クラス BarSeriesCollection メンバ
© 2004-2017, GrapeCity inc. All rights reserved.