ComponentOne Basic Library for UWP
Insert Method (C1CollectionView)

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.
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 _
) 
public void Insert( 
   System.int index,
   System.object item
)

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

Reference

C1CollectionView Class
C1CollectionView Members