[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.Insert

Insert Method

Insert(int, object)

Inserts an item into the list at the specified index.

Declaration
public virtual void Insert(int index, object value)
Public Overridable Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index

The zero-based index at which value should be inserted.

object value

The object to insert.

Implements