WdTableDirection Enumeration 

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)

Usage

Dim wdTableDirection1 As WdTableDirection = WdTableDirection.wdTableDirectionLtr

Syntax

Public Enum WdTableDirection
public enum WdTableDirection
public enum class WdTableDirection
public enum WdTableDirection
public enum WdTableDirection

Members

Member name Description
wdTableDirectionLtr The selected rows are arranged with the first column in the leftmost position.
wdTableDirectionRtl The selected rows are arranged with the first column in the rightmost position.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace