Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 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 _
    ) 
    public virtual void Insert( 
       System.int index,
       System.object value
    )

    Parameters

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