DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.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 position As Integer _
    ) As Boolean
    public bool MoveCurrentToPosition( 
       int position
    )

    Parameters

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