Window.Left Property

Returns or sets an Integer that represents the horizontal position of the specified 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 Window
Dim value As Integer

value = instance.Left

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

Property Value

Type: System.Int32

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace