IAppEvents.WindowResize Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub WindowResize ( _
Wb As Workbook, _
Wn As Window _
)
'Usage
Dim instance As IAppEvents
Dim Wb As Workbook
Dim Wn As Window
instance.WindowResize(Wb, Wn)
void WindowResize(
Workbook Wb,
Window Wn
)