Insert Method (C1CollectionView)
In This Topic
Inserts an item to the
C1CollectionView at the specified index.
Syntax
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the C1CollectionView.
See Also