Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.17 KB

Word.Rows.TableDirection.md

File metadata and controls

47 lines (27 loc) · 1.17 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Rows.TableDirection property (Word)
vbawd10.chm155975784
vbawd10.chm155975784
Word.Rows.TableDirection
02351774-13c0-ec82-c553-3b048eabb133
06/08/2017
medium

Rows.TableDirection property (Word)

Returns or sets the direction in which Microsoft Word orders cells in the specified table or row. Read/write WdTableDirection.

Syntax

expression. TableDirection

expression Required. A variable that represents a Rows 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.

Example

This example sets Microsoft Word to order cells in the selected row from right to left.

Selection.Rows.TableDirection = _ 
 wdTableDirectionRtl

See also

Rows Collection Object

[!includeSupport and feedback]