_Application.Left Property

Returns or sets an Integer that represents the horizontal position of the active document (for the Application object) or the specified task or window, measured in points.

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

Syntax

'Declaration
Property Left As Integer
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Integer

value = instance.Left

instance.Left = value
int Left { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace