FlexReport for WinForms
IndexByName メソッド (DataFieldCollection)


C1.Report アセンブリ > C1.Report 名前空間 > DataFieldCollection クラス : IndexByName メソッド
The name of the DataField.
Returns index of the DataField by its name.
シンタックス
'宣言
 
Public Function IndexByName( _
   ByVal name As System.String _
) As System.Integer
'使用法
 
Dim instance As DataFieldCollection
Dim name As System.String
Dim value As System.Integer
 
value = instance.IndexByName(name)
public System.int IndexByName( 
   System.string name
)

パラメータ

name
The name of the DataField.

戻り値の型

Index of the DataField with specified name or -1 if not found.
参照

参照

DataFieldCollection クラス
DataFieldCollection メンバ