GrapeCity ActiveReports for .NET 14.0J
IndexOf(Field) メソッド

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.Data 名前空間 > FieldCollection クラス : IndexOf(Field) メソッド

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

コレクション内の指定したFieldのインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal field As Field _
) As Integer
public int IndexOf( 
   Field field
)

パラメータ

field

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

戻り値の型

コレクション内のFieldの位置を指定する整数値。
参照

FieldCollection クラス
FieldCollection メンバ