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 the direction in which Microsoft Word orders cells in the specified table or row.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdTableDirection
'Usage
Dim instance As WdTableDirection
public enum WdTableDirection
Members
| Member name | Description | |
|---|---|---|
| wdTableDirectionRtl | The selected rows are arranged with the first column in the rightmost position. | |
| wdTableDirectionLtr | The selected rows are arranged with the first column in the leftmost position. |