WdTableDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the direction in which Microsoft Word orders cells in the specified table or row.
public enum class WdTableDirection
[System.Runtime.InteropServices.Guid("5D6DAAA5-69B8-33EC-B902-21218FFC16C1")]
public enum WdTableDirection
type WdTableDirection =
Public Enum WdTableDirection
- Inheritance
-
WdTableDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTableDirectionRtl | 0 | The selected rows are arranged with the first column in the rightmost position. |
wdTableDirectionLtr | 1 | The selected rows are arranged with the first column in the leftmost position. |