Partager via


TextColumns.FlowDirection Property (Word)

Returns or sets the direction in which text flows from one text column to the next. Read/write WdFlowDirection.

Syntax

expression .FlowDirection

expression Required. A variable that represents a TextColumns collection.

Example

This example sets the flow direction so that text flows through the specified columns from right to left.

ActiveDocument.PageSetup.TextColumns.FlowDirection = _ 
 wdFlowRtl

See Also

Concepts

TextColumns Object Members

TextColumns Collection Object