Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the direction in which text flows from one text column to the next.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property FlowDirection As WdFlowDirection
Get
Set
'Usage
Dim instance As TextColumns
Dim value As WdFlowDirection
value = instance.FlowDirection
instance.FlowDirection = value
WdFlowDirection FlowDirection { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdFlowDirection
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.