IApplicationEvents3.WindowSize Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub WindowSize ( _
Doc As Document, _
Wn As Window _
)
'Usage
Dim instance As IApplicationEvents3
Dim Doc As Document
Dim Wn As Window
instance.WindowSize(Doc, Wn)
void WindowSize(
Document Doc,
Window Wn
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document
- Wn
Type: Microsoft.Office.Interop.Word.Window