ComponentOne Xamarin.iOS
MoveCurrentToPosition Method (ISupportCurrency)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportCurrency Interface : MoveCurrentToPosition Method
The index.
Sets the item at the specified index in the view as the current item.
Syntax
'Declaration
 
Function MoveCurrentToPosition( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As ISupportCurrency
Dim index As Integer
Dim value As Boolean
 
value = instance.MoveCurrentToPosition(index)
bool MoveCurrentToPosition( 
   int index
)

Parameters

index
The index.
See Also

Reference

ISupportCurrency Interface
ISupportCurrency Members