WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.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
    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