WdTableDirection Enum

Definition

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

wdTableDirectionLtr 1

The selected rows are arranged with the first column in the leftmost position.

wdTableDirectionRtl 0

The selected rows are arranged with the first column in the rightmost position.

Applies to