Insert Method (C1BindingSource)
In This Topic
Inserts an item into the list at the specified index.
Syntax
'Declaration
Public Overridable Sub Insert( _
ByVal As System.Integer, _
ByVal As System.Object _
)
public virtual void Insert(
System.int ,
System.object
)
Parameters
- index
- The zero-based index at which value should be inserted.
- value
- The System.Object to insert.
See Also