GrapeCity SPREAD for Windows Forms 12.0J
IndexOf メソッド (FpStatusBarElementCollection)


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

パラメータ

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

戻り値の型

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

FpStatusBarElementCollection クラス
FpStatusBarElementCollection メンバ

 

 


Copyright © 2004 GrapeCity inc.