DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / MoveCurrentToPosition Method
The index of the item to move to.

In This Topic
    MoveCurrentToPosition Method (C1CollectionView)
    In This Topic
    Sets the item at the specified index to be the CurrentItem in the view.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToPosition( _
       ByVal index As Integer _
    ) As Boolean
    public bool MoveCurrentToPosition( 
       int index
    )

    Parameters

    index
    The index of the item to move to.
    See Also