Rows.HorizontalPosition Property
Returns or sets the horizontal distance between the edge of the rows and the item specified by the RelativeHorizontalPosition property.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HorizontalPosition As Single
Get
Set
'Usage
Dim instance As Rows
Dim value As Single
value = instance.HorizontalPosition
instance.HorizontalPosition = value
float HorizontalPosition { get; set; }
Property Value
Type: System.Single
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.