[]
Gets or sets the X coordinate of the field's left edge in twips.
[C1Category("Layout")]
[C1Description("FieldBase.Left", "The X coordinate of the field's left edge in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double Left { get; set; }
<C1Category("Layout")>
<C1Description("FieldBase.Left", "The X coordinate of the field's left edge in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Left As Double
A field's location is the distance from its upper left corner to the upper left corner of its containing SubSection.
Setting the Left or Top property to zero places the field at the very left or top of its containing section.