Esempio n. 1
0
 public virtual Int32 ProtectedViewWindowBeforeClose(NetOffice.ExcelApi.ProtectedViewWindow pvw, NetOffice.ExcelApi.Enums.XlProtectedViewCloseReason reason, bool cancel)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ProtectedViewWindowBeforeClose", pvw, reason, cancel));
 }
Esempio n. 2
0
 public virtual Int32 ProtectedViewWindowDeactivate(NetOffice.ExcelApi.ProtectedViewWindow pvw)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ProtectedViewWindowDeactivate", pvw));
 }
Esempio n. 3
0
 public virtual Int32 ProtectedViewWindowBeforeEdit(NetOffice.ExcelApi.ProtectedViewWindow pvw, bool cancel)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ProtectedViewWindowBeforeEdit", pvw, cancel));
 }