_OlkListBox.RemoveItem(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.