Line.Left Property
Returns or sets an Integer that represents the horizontal position, measured in points, of the specified line.
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 Line
Dim value As Integer
value = instance.Left
int Left { get; }
Property Value
Type: System.Int32