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