AppEvents_SinkHelper.ProtectedViewWindowResize Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub ProtectedViewWindowResize ( _
param0 As ProtectedViewWindow _
)
'Usage
Dim instance As AppEvents_SinkHelper
Dim param0 As ProtectedViewWindow
instance.ProtectedViewWindowResize(param0)
public virtual void ProtectedViewWindowResize(
ProtectedViewWindow param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Excel.ProtectedViewWindow
Implements
AppEvents.ProtectedViewWindowResize(ProtectedViewWindow)