ProtectedViewWindow.Left Property

Gets or sets a value, in points, that represents the horizontal position of the specified protected view window.

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 ProtectedViewWindow
Dim value As Integer

value = instance.Left

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

Property Value

Type: System.Int32
The horizontal position of the specified protected view window, in points.

Remarks

Read/write.

See Also

Reference

ProtectedViewWindow Interface

ProtectedViewWindow Members

Microsoft.Office.Interop.Word Namespace