Share via


TableStyle.TableDirection Property

Word Developer Reference

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