TableStyle.TableDirection property (Word)
Returns or sets the direction in which Microsoft Word orders cells in the specified table style. Read/write WdTableDirection.
Syntax
expression. TableDirection
expression Required. A variable that represents a 'TableStyle' object.
Remarks
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.