MoveCurrentTo Method (C1CollectionView)
Sets the specified item to be the
CurrentItem in the view.
public System.bool MoveCurrentTo(
System.object
)
'Declaration
Public Function MoveCurrentTo( _
ByVal As System.Object _
) As System.Boolean
Parameters
- item
- The item to set as the CurrentItem.
Return Value
True if the specified item became the
CurrentItem; otherwise, false.