PrintDocument for WinForms
Add メソッド (DataSetCollection)


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

パラメータ

item
The DataSet object to add.

戻り値の型

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

DataSetCollection クラス
DataSetCollection メンバ