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)

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace