70-543問題と解答、070-543日本語
NO.1 You develop an add-in for Microsoft Office Excel by using Visual Studio Tools for theMicrosoft Office System (VSTO). The add-in contains a class that uses the following method.public void ProcessCells() {Excel.Worksheet ws = Application.ActiveSheet asExcel.Worksheet;Listobject values = new Listobject();//Your code goes here}The add-in must retrieve the values for the cells in the range A1 through E3.You need to exclude empty cell values when you retrieve cell values from the range[...]