Share via


TextColumns.FlowDirection Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.PageSetup.TextColumns.FlowDirection = _
    wdFlowRtl

See Also