Share via


TableStyle.TableDirection Property

Returns or sets 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
Property TableDirection As WdTableDirection
    Get
    Set
'Usage
Dim instance As TableStyle
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 these WdTableDirection 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.

See Also

Reference

TableStyle Interface

TableStyle Members

Microsoft.Office.Interop.Word Namespace