Rows.HorizontalPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the horizontal distance between the edge of the rows and the item specified by the RelativeHorizontalPosition property.
public:
property float HorizontalPosition { float get(); void set(float value); };
public float HorizontalPosition { get; set; }
member this.HorizontalPosition : single with get, set
Public Property HorizontalPosition As Single
Property Value
Remarks
The HorizonalPosition property can be a number that indicates a measurement in points, or can be one of the following WdTablePosition constants: wdTableLeft, wdTableRight, wdTableCenter, wdTableInside, or wdTableOutside.
This property doesn't have any effect if WrapAroundText is False.