SelectInWheel(UInt32,String) Method
Selects the specified item by name in the picker. (iOS only)

C# Syntax

void SelectInWheel( 
   uint pickerWheel,
   string item
)

Parameters

pickerWheel
The 0-based index of the picker wheel in which to select the specified item.
item
The name of the item to select in the picker wheel.