ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / RemoveAt Method
Index of item to remove.

In This Topic
    RemoveAt Method (BaseCollectionView)
    In This Topic
    Removes the item at the specified position from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public virtual void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of item to remove.
    See Also