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