WdRowAlignment Enumeration
Specifies alignment for the content in selected rows.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdRowAlignment
'Usage
Dim instance As WdRowAlignment
public enum WdRowAlignment
Members
Member name | Description | |
---|---|---|
wdAlignRowLeft | Left aligned. default. | |
wdAlignRowCenter | Centered. | |
wdAlignRowRight | Right aligned. |