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)

Syntax

'Declaration
Property Alignment As WdRowAlignment
    Get
    Set
'Usage
Dim instance As Rows
Dim value As WdRowAlignment

value = instance.Alignment

instance.Alignment = value
WdRowAlignment Alignment { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRowAlignment

Remarks

WdRowAlignment can be one of the following constants:

wdAlignRowLeft

wdAlignRowCenter

wdAlignRowRight

See Also

Reference

Rows Interface

Rows Members

Microsoft.Office.Interop.Word Namespace