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

C# Syntax

void SelectInWheel( 
   uint pickerWheel,
   uint index
)

Parameters

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