TableStyle.Alignment Property

Returns or sets a 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 TableStyle
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 these WdRowAlignment constants.

wdAlignRowLeft

wdAlignRowCenter

wdAlignRowRight

See Also

Reference

TableStyle Interface

TableStyle Members

Microsoft.Office.Interop.Word Namespace