Page.Left Property
Returns 0 (zero) indicating the upper left corner of the page.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Left As Integer
Get
'Usage
Dim instance As Page
Dim value As Integer
value = instance.Left
int Left { get; }
Property Value
Type: System.Int32