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


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

パラメータ

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

戻り値の型

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

SeriesCollection クラス
SeriesCollection メンバ

 

 


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