PowerTools SPREAD for Windows Forms 8.0J
Item プロパティ (BarSeriesCollection)


指定したインデックスにある系列を取得または設定します。
構文
'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)
public BarSeries this[ 
   int index
]; {get; set;}

パラメータ

index

プロパティ値

系列。
例外
例外説明
System.ArgumentNullExceptionvalueがNull参照(VBではNothing)です。
参照

BarSeriesCollection クラス
BarSeriesCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.