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