DateTimeEditors for WinRT
Insert Method (C1CollectionView)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback