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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.