Rows.HorizontalPosition Property

Definition

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.

Applies to