_OlkListBox.RemoveItem(Int32) Method

Definition

Removes the specified item from the list.

public:
 void RemoveItem(int Index);
public void RemoveItem (int Index);
Public Sub RemoveItem (Index As Integer)

Parameters

Index
Int32

A zero-based value indexing into the array of items in the list.

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