C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / Insert Method
The zero-based index at which item should be inserted. This parameter is ignored if view is sorted or filtered.
The item to insert.

In This Topic
Insert Method (C1CollectionView)
In This Topic
Inserts an item to the underlying collection at the specified index. If view is sorted or filtered, the item is added to the end of the underlying collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As System.Object _
) 
 

Parameters

index
The zero-based index at which item should be inserted. This parameter is ignored if view is sorted or filtered.
item
The item to insert.
See Also