|

Index


(number) The index (line number) whose item data you want. You can use an index of -1 to access the last item in the list.


Re t u r n s


(string) The item data associated to the specified combobox item. If the item does not contain any item data, an empty string ("") is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|