Returns or sets the reading order for the specified object. Can be one of the following constants. Read/write Long.
xlContext |
xlLTR (left-to-right) |
xlRTL (right-to-left) |
expression.CharacterType
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.
Example
This example sets the chart title’s reading order to right-to-left.
myChart.ChartTitle.ReadingOrder = xlRTL