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