GrapeCity ActiveReports for .NET 12.0J
IndexOf メソッド (PropertyCollection)

PropertyCollectionに検索するPropertyオブジェクト。
PropertyCollectionに特定のPropertyオブジェクトのインデックスを決定します。
構文
'宣言
 
Public Function IndexOf( _
   ByVal value As Property _
) As Integer
public int IndexOf( 
   Property value
)

パラメータ

value
PropertyCollectionに検索するPropertyオブジェクト。

戻り値の型

コレクションに見つかった場合はエントリのインデックス、そうでない場合は-1を返します。
参照

関連項目

PropertyCollection クラス
PropertyCollection メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.