Rows.VerticalPosition Property 

Returns or sets the vertical distance between the edge of the rows and the item specified by the RelativeVerticalPosition 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.VerticalPosition

Dim sampleValue As Single
rows1.VerticalPosition = sampleValue

Syntax

Property VerticalPosition() As Single
float VerticalPosition {get; set;}
property Single VerticalPosition{
    Single get();
    Void set(Single);
}
public float get_VerticalPosition();
public void set_VerticalPosition(float);
function get VerticalPosition() : float;
function set VerticalPosition(float);

Remarks

The return value can be a number that indicates a measurement in points, or can be any valid WdFramePosition constant.

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