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

GrapeCity.ActiveReports.PageReportModel 名前空間 > LayerCollection クラス : IndexOf メソッド
LayerCollection内で検索するLayer
LayerCollection内で特定のレイヤーのインデックスを決定します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As Layer _
) As Integer
public int IndexOf( 
   Layer item
)

パラメータ

item
LayerCollection内で検索するLayer

戻り値の型

リストに見つかった場合はitemのインデックス、それ以外の場合は-1を返します。
参照

LayerCollection クラス
LayerCollection メンバ