Table.TableDirection Property
Returns or sets the direction in which Microsoft Word orders cells in the specified table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TableDirection As WdTableDirection
Get
Set
'Usage
Dim instance As Table
Dim value As WdTableDirection
value = instance.TableDirection
instance.TableDirection = value
WdTableDirection TableDirection { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdTableDirection
Remarks
WdTableDirection can be one of the following constants:
wdTableDirectionLtr
wdTableDirectionRtl
If the TableDirection property is set to wdTableDirectionLtr, the selected rows are arranged with the first column in the leftmost position. If the TableDirection property is set to wdTableDirectionRtl, the selected rows are arranged with the first column in the rightmost position.