ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / BindingArrayList Class / Insert Method

In This Topic
    Insert Method (BindingArrayList)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub Insert( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    public override void Insert( 
       System.int index,
       System.object value
    )

    Parameters

    index
    value
    See Also