Rows.Alignment Property 

Returns or sets a WdRowAlignment constant that represents the alignment for the specified rows.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim rows1 As Rows

Dim returnValue As WdRowAlignment
returnValue = rows1.Alignment

Dim sampleValue As WdRowAlignment
rows1.Alignment = sampleValue

Syntax

Property Alignment() As WdRowAlignment
WdRowAlignment Alignment {get; set;}
property WdRowAlignment^ Alignment{
    WdRowAlignment^ get();
    Void set(WdRowAlignment^);
}
public WdRowAlignment get_Alignment();
public void set_Alignment(WdRowAlignment);
function get Alignment() : WdRowAlignment;
function set Alignment(WdRowAlignment);

Remarks

WdRowAlignment can be one of the following constants:

wdAlignRowLeft

wdAlignRowCenter

wdAlignRowRight

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