Rows.TableDirection Property

Definition

Returns or sets the direction in which Microsoft Word orders cells in the specified table or row.

public:
 property Microsoft::Office::Interop::Word::WdTableDirection TableDirection { Microsoft::Office::Interop::Word::WdTableDirection get(); void set(Microsoft::Office::Interop::Word::WdTableDirection value); };
public Microsoft.Office.Interop.Word.WdTableDirection TableDirection { get; set; }
member this.TableDirection : Microsoft.Office.Interop.Word.WdTableDirection with get, set
Public Property TableDirection As WdTableDirection

Property Value

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.

Applies to