コード例 #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);
 }