C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / Insert Method
The zero-based index at which value should be inserted.
The System.Object to insert.

In This Topic
Insert Method (C1BindingSource)
In This Topic
Inserts an item into the list at the specified index.
Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
 

Parameters

index
The zero-based index at which value should be inserted.
value
The System.Object to insert.
See Also