示例#1
0
 private void button3_Click(object sender, RibbonControlEventArgs e)
 {
     PdeIntegrate.InsertChart(excel, Globals.ThisAddIn.Application.ActiveDocument);
 }
示例#2
0
 private void button4_Click(object sender, RibbonControlEventArgs e)
 {
     PdeIntegrate.GetName(excel, Globals.ThisAddIn.Application.ActiveDocument);
     //PdeIntegrate.RefreshData(Globals.ThisAddIn.Application.ActiveDocument);
 }
示例#3
0
 private void button2_Click(object sender, RibbonControlEventArgs e)
 {
     excel = PdeIntegrate.OpenExcel(excel, Globals.ThisAddIn.Application.ActiveDocument);
 }