ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportCurrency Interface / MoveCurrentToPosition Method
The index.

In This Topic
    MoveCurrentToPosition Method (ISupportCurrency)
    In This Topic
    Sets the item at the specified index in the view as the current item.
    Syntax
    'Declaration
     
    Function MoveCurrentToPosition( _
       ByVal index As System.Integer _
    ) As System.Boolean
    System.bool MoveCurrentToPosition( 
       System.int index
    )

    Parameters

    index
    The index.
    See Also