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

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス : IndexOf メソッド
ReportItemCollectionに検索するReportItemオブジェクト。
ReportItemCollectionに特定のReportItemオブジェクトのインデックスを決定します。
シンタックス
'宣言
 
Public Overridable Function IndexOf( _
   ByVal value As ReportItem _
) As Integer
public virtual int IndexOf( 
   ReportItem value
)

パラメータ

value
ReportItemCollectionに検索するReportItemオブジェクト。

戻り値の型

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

ReportItemCollection クラス
ReportItemCollection メンバ