Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |