_Application.Move Method

Positions a task window or the active document window.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Move ( _
    Left As Integer, _
    Top As Integer _
)
'Usage
Dim instance As _Application
Dim Left As Integer
Dim Top As Integer

instance.Move(Left, Top)
void Move(
    int Left,
    int Top
)

Parameters

  • Left
    Type: System.Int32
    Required Integer. The horizontal screen position of the specified window.
  • Top
    Type: System.Int32
    Required Integer. The vertical screen position of the specified window.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace