Share via


ItemsView.Select(Int32) Method

Definition

Selects the item at the specified index.

public:
 virtual void Select(int itemIndex) = Select;
void Select(int const& itemIndex);
public void Select(int itemIndex);
function select(itemIndex)
Public Sub Select (itemIndex As Integer)

Parameters

itemIndex
Int32

int

The index of the item to select.

Applies to