DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / Insert Method
The zero-based index at which item should be inserted.
The object to insert into the C1CollectionView.

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

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the C1CollectionView.
    See Also