C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / RemoveAt Method
The zero-based index of the removing item in the view.

In This Topic
RemoveAt Method (C1CollectionView)
In This Topic
Removes the item at the specified view index from the underlying collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
 

Parameters

index
The zero-based index of the removing item in the view.
See Also