GrapeCity SPREAD for Windows Forms 11.0J
IndexOf メソッド (BoxWhiskerSeriesCollection)


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

パラメータ

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

戻り値の型

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

BoxWhiskerSeriesCollection クラス
BoxWhiskerSeriesCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.