ChartTitle.ReadingOrder Property

Excel Developer Reference

Returns or sets the reading order for the specified object. Can be one of the following constants: xlRTL (right-to-left), xlLTR (left-to-right), or xlContext. Read/write Long.

Syntax

expression.ReadingOrder

expression   A variable that represents a ChartTitle object.

See Also