_OlkListBox.SetItem(Int32, String) Method

Definition

Sets the item at the specified location in the list to the specified value.

public:
 void SetItem(int Index, System::String ^ Item);
public void SetItem (int Index, string Item);
Public Sub SetItem (Index As Integer, Item As String)

Parameters

Index
Int32

A zero-based value that specifies the location of an item in the list.

Item
String

The value to be used to update the list at the specified location.

Remarks

If Index is outside the range of the allowed values (between zero and ListCount-1), then an out-of-bounds error will be returned.

Applies to