AppEvents_Event.remove_WindowActivate Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub remove_WindowActivate ( _
param0 As AppEvents_WindowActivateEventHandler _
)
'Usage
Dim instance As AppEvents_Event
Dim param0 As AppEvents_WindowActivateEventHandler
instance.remove_WindowActivate(param0)
void remove_WindowActivate(
AppEvents_WindowActivateEventHandler param0
)