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


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

パラメータ

item
コレクション内で検索するSingle値。

戻り値の型

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

DetachmentCollection クラス
DetachmentCollection メンバ

 

 


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