FlexReport for WPF
IndexByName メソッド (DataFieldCollection)


C1.WPF.FlexReport.4.6.2 アセンブリ > C1.WPF.FlexReport 名前空間 > DataFieldCollection クラス : IndexByName メソッド
DataFieldの名前。
DataFieldの名前に基づいてそのインデックスを返します。
シンタックス
'宣言
 
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
DataFieldの名前。

戻り値の型

指定された名前を持つ DataFieldのインデックス。存在しない場合は -1。
参照

DataFieldCollection クラス
DataFieldCollection メンバ