예제 #1
0
 public Microsoft.Office.Interop.Excel.Worksheet DoTheThing(int index, string campus)
 {
     return(handler.GetWorksheet(index, campus));
 }