"; }privatevoidbutton1_Click(objectsender, System.EventArgs e){switch(comboBox1.SelectedIndex) {case0: Automation_CellByCell();break;case1: Automation_UseArray();break;case2: Automation_ADORecordset();break;case3: Automation_QueryTable();break;case4: Use_Clipboard();...