ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportEditing Interface / RemoveAsync Method
The index.

In This Topic
    RemoveAsync Method (ISupportEditing)
    In This Topic
    Removes the item at the specified index from the collection.
    Syntax
    'Declaration
     
    Function RemoveAsync( _
       ByVal index As System.Integer _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task RemoveAsync( 
       System.int index
    )

    Parameters

    index
    The index.
    See Also