Index
(number) The index (line number) whose item text 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 text of the specified item in the combobox. If the specified item has no item text or an error occurs, an empty string ("") is returned. You can use Application.GetLastError to determine whether this action failed, and why.