PrintDocument for WinForms
Add メソッド (FieldCollection)


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

パラメータ

field
The Field object to add.

戻り値の型

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

FieldCollection クラス
FieldCollection メンバ