Ejemplo n.º 1
0
        void ThisAddIn_SheetChange(object Sh, Microsoft.Office.Interop.Excel.Range Target)
        {
            //MessageBox.Show("ThisAddIn_SheetChange");
            MyRibbon.InvalidateRibbon();

            PivotHelper.PostSheetChange(Target);
        }
Ejemplo n.º 2
0
 void ThisAddIn_SheetActivate(object Sh)
 {
     //MessageBox.Show("ThisAddIn_SheetActivate");
     MyRibbon.InvalidateRibbon();
 }
Ejemplo n.º 3
0
 void ThisAddIn_SelectionChange(object Sh, Microsoft.Office.Interop.Excel.Range Target)
 {
     //MessageBox.Show("ThisAddIn_SelectionChange");
     MyRibbon.InvalidateRibbon();
 }