[]
Inserts an item to the C1CollectionView at the specified index.
public void Insert(int index, object item)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which item should be inserted. |
| object | item | The object to insert into the C1CollectionView. |