ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / MoveCurrentToPosition Method

In This Topic
    MoveCurrentToPosition Method (IC1CollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Function MoveCurrentToPosition( _
       ByVal index As System.Integer _
    ) As System.Boolean
    System.bool MoveCurrentToPosition( 
       System.int index
    )

    Parameters

    index
    See Also