[]
        
(Showing Draft Content)

C1.UWP.DataCollection.C1CollectionView.Insert

Insert Method

Insert(int, object)

Inserts an item to the C1CollectionView at the specified index.

Declaration
public void Insert(int index, object item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

object item

The object to insert into the C1CollectionView.