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