|

Data


(string) The item data to associate with the item text.


Re t u r n s


(number) The index where the item was added. If an error occurs, -1 is returned. You can use

Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

ListBox.DeleteItem

OverviewExamples

ListBox.DeleteItem ( string ObjectName,


number Index )


De s cr ip t ion


Removes an item from a listbox object.


P arame t er s


ObjectName


(string) The name of the listbox object.


|