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)

Usage

Dim rows1 As Rows

Dim returnValue As Single
returnValue = rows1.HorizontalPosition

Dim sampleValue As Single
rows1.HorizontalPosition = sampleValue

Syntax

Property HorizontalPosition() As Single
float HorizontalPosition {get; set;}
property Single HorizontalPosition{
    Single get();
    Void set(Single);
}
public float get_HorizontalPosition();
public void set_HorizontalPosition(float);
function get HorizontalPosition() : float;
function set HorizontalPosition(float);

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Rows Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Rows Members