Share via


Range.HorizontalInVertical Property

Word Developer Reference

Returns or sets the formatting for horizontal text set within vertical text. Read/write WdHorizontalInVerticalType.

Syntax

expression.HorizontalInVertical

expression   Required. A variable that represents a Range object.

Example

This example formats the current selection as horizontal text within a run of vertical text, fitting the text to the line width of the vertical text.

Visual Basic for Applications
  Selection.Range.HorizontalInVertical = wdHorizontalInVerticalFitInLine

See Also