Index
(number) The index (or line number) of the item to remove from the listbox object.
Tip: You can use an index of -1 (or variable LB_ALLITEMS) to remove all items from the listbox.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
ListBox.DeselectItem
OverviewExamples
ListBox.DeselectItem ( string ObjectName,
number Index )
De s cr ip t ion
Deselects a currently selected item in a listbox object.
P arame t er s
ObjectName
(string) The name of the listbox object.