ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Insert Method
The zero-based index at which value should be inserted.
The object to insert into the System.Collections.IList.

In This Topic
    Insert Method
    In This Topic
    Inserts an item to the System.Collections.IList at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    public void Insert( 
       System.int index,
       System.object value
    )

    Parameters

    index
    The zero-based index at which value should be inserted.
    value
    The object to insert into the System.Collections.IList.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also