Exemplo n.º 1
0
 private void App_ProtectedViewWindowBeforeClose(Excel.ProtectedViewWindow Pvw, Excel.XlProtectedViewCloseReason Reason, ref bool Cancel)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 private void App_ProtectedViewWindowActivate(Excel.ProtectedViewWindow Pvw)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 private void App_ProtectedViewWindowBeforeEdit(Excel.ProtectedViewWindow Pvw, ref bool Cancel)
 {
     throw new NotImplementedException();
 }