Add Method (C1BindingSource)
Adds an existing item to the internal list.
public virtual System.int Add(
System.object
)
'Declaration
Public Overridable Function Add( _
ByVal As System.Object _
) As System.Integer
Parameters
- value
- The System.Object to add.
Return Value
The position into which the new element was inserted.