ApplicationClass.remove_ProtectedViewWindowBeforeClose Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub remove_ProtectedViewWindowBeforeClose ( _
param0 As AppEvents_ProtectedViewWindowBeforeCloseEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As AppEvents_ProtectedViewWindowBeforeCloseEventHandler
instance.remove_ProtectedViewWindowBeforeClose(param0)
public virtual void remove_ProtectedViewWindowBeforeClose(
AppEvents_ProtectedViewWindowBeforeCloseEventHandler param0
)