Table.TableDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the direction in which Microsoft Word orders cells in the specified table.
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.