DisplayRightToLeft Property

Applies To

Window Object.

Description

True if the window displays right-to-left instead of left-to-right. Read-write.

Remarks

This property is only available in Arabic and Hebrew Microsoft Excel.

Example

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


ActiveWorkbook.Windows(1).DisplayRightToLeft = True