ActiveReports for .NET 18.0J
IndexOf メソッド (PageCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > PageCollection クラス : IndexOf メソッド
IListで検索するオブジェクト。
IList内の特定の項目のインデックスを決定します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As Page _
) As Integer
public int IndexOf( 
   Page item
)

パラメータ

item
IListで検索するオブジェクト。

戻り値の型

リストにある場合はitem のインデックス。それ以外の場合は -1。
参照

PageCollection クラス
PageCollection メンバ