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

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

Parameters

field
The DataSetField object to add.

Return Value

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