C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetCollection Class / Add Method
The DataSet object to add.

In This Topic
Add Method (DataSetCollection)
In This Topic
Adds a DataSet object to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal item As DataSet _
) As Integer
 

Parameters

item
The DataSet object to add.

Return Value

The index of the added object in the current collection.
See Also