Select(Int32) Method
Selects an item from the combo box based on a numerical index.

C# Syntax

void Select( 
   int index
)

Parameters

index
Numeric, 0-based, index of the item.