TextColumns.FlowDirection 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 text flows from one text column to the next.
public:
property Microsoft::Office::Interop::Word::WdFlowDirection FlowDirection { Microsoft::Office::Interop::Word::WdFlowDirection get(); void set(Microsoft::Office::Interop::Word::WdFlowDirection value); };
public Microsoft.Office.Interop.Word.WdFlowDirection FlowDirection { get; set; }
member this.FlowDirection : Microsoft.Office.Interop.Word.WdFlowDirection with get, set
Public Property FlowDirection As WdFlowDirection
Property Value
Remarks
WdFlowDirection can be one of these WdFlowDirection constants:
wdFlowLtr – Text in columns flows from left to right.
wdFlowRtl – Text in columns flows from right to left.