ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportEditing Interface / MoveAsync Method
From index.
To index.

In This Topic
    MoveAsync Method (ISupportEditing)
    In This Topic
    Moves an item from the specified fromIndex to toIndex.
    Syntax
    'Declaration
     
    Function MoveAsync( _
       ByVal fromIndex As System.Integer, _
       ByVal toIndex As System.Integer _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task MoveAsync( 
       System.int fromIndex,
       System.int toIndex
    )

    Parameters

    fromIndex
    From index.
    toIndex
    To index.
    See Also