PrintDocument for WinForms
Add メソッド (DataSetFieldCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetFieldCollection クラス : Add メソッド
The DataSetField object to add.
Adds a DataSetField object to the current collection.
シンタックス
'宣言
 
Public Function Add( _
   ByVal field As DataSetField _
) As System.Integer
'使用法
 
Dim instance As DataSetFieldCollection
Dim field As DataSetField
Dim value As System.Integer
 
value = instance.Add(field)
public System.int Add( 
   DataSetField field
)

パラメータ

field
The DataSetField object to add.

戻り値の型

The index of the added object in the current collection.
参照

DataSetFieldCollection クラス
DataSetFieldCollection メンバ