PowerTools SPREAD for Windows Forms 8.0J
IndexOf メソッド (BarSeriesCollection)


コレクション内で検索する系列。
コレクション内の系列のインデックスを取得します。
構文
'Declaration
 
Public Function IndexOf( _
   ByVal item As BarSeries _
) As Integer
'使用法
 
Dim instance As BarSeriesCollection
Dim item As BarSeries
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   BarSeries item
)

パラメータ

item
コレクション内で検索する系列。

戻り値の型

コレクション内で系列が見つかった場合はそのインデックス、それ以外の場合は-1。
参照

BarSeriesCollection クラス
BarSeriesCollection メンバ

 

 


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