MoveCurrentToPosition Method (C1CollectionView)
Sets the item at the specified view index to be the
CurrentItem in the view.
public System.bool MoveCurrentToPosition(
System.int
)
'Declaration
Public Function MoveCurrentToPosition( _
ByVal As System.Integer _
) As System.Boolean
Parameters
- index
Return Value
True if the item at the specified index became the
CurrentItem; otherwise, false.