DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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 Integer, _
       ByVal toIndex As Integer _
    ) As Task
    Task MoveAsync( 
       int fromIndex,
       int toIndex
    )

    Parameters

    fromIndex
    From index.
    toIndex
    To index.
    See Also