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 As Integer _
) As Boolean
public bool MoveCurrentToPosition(
int
)
Parameters
- position
- The index of the item to move to.
See Also