バージョン

IndexOf メソッド (DataPointCollection)

指定したDataPointのコレクション内のインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal point As IDataPoint _
) As Integer
public int IndexOf( 
   IDataPoint point
)

パラメータ

point
チェックするDataPoint。

戻り値の型

コレクション内の特定のDataPointのインデックス。
参照