Range.HorizontalInVertical Property (Word)
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.
Selection.Range.HorizontalInVertical = wdHorizontalInVerticalFitInLine