PrintDocument for WinForms
IndexByName メソッド (DataSetCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetCollection クラス : IndexByName メソッド
The name to search for.
Finds the index of the object with the specified name in the collection.
シンタックス
'宣言
 
Public Function IndexByName( _
   ByVal name As System.String _
) As System.Integer
'使用法
 
Dim instance As DataSetCollection
Dim name As System.String
Dim value As System.Integer
 
value = instance.IndexByName(name)
public System.int IndexByName( 
   System.string name
)

パラメータ

name
The name to search for.

戻り値の型

The index of the found object.
参照

DataSetCollection クラス
DataSetCollection メンバ