DisplayRightToLeft Property

Applies To

Window object, Worksheet object.

Description

True if the window displays from right to left instead of from left to right. Available only in the Arabic and Hebrew versions of Microsoft Excel. Read/write Boolean.

Example

This example sets window one to display from right to left.

ActiveWorkbook.Windows(1).DisplayRightToLeft = True