I\'m using Microsoft.Office.Interop.Excel to read the values of cells of a worksheet, but I\'m unable to find information that shows how to read dropdowns, checkboxes and op
string selectedText = myDropDown.get_List(myDropDown.ListIndex);