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