C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / Add Method
The System.Object to add.

In This Topic
Add Method (C1BindingSource)
In This Topic
Adds an existing item to the internal list.
Syntax
'Declaration
 
Public Overridable Function Add( _
   ByVal value As System.Object _
) As System.Integer
 

Parameters

value
The System.Object to add.

Return Value

The position into which the new element was inserted.
See Also