ComponentOne Basic Library for UWP
RemoveAt Method (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : RemoveAt Method
The zero-based index of the removing item in the view.
Removes the item at the specified view index from the underlying collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

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

Reference

C1CollectionView Class
C1CollectionView Members