Returms or sets the value that indicates whether the worksheet is displayed from right to left instead of from left to right. The default value is false. Read/write Boolean.
Syntax
property DisplayRightToLeft: boolean;
Example
This example sets worksheet one to be displayed from right to left.
WorkBook.Sheets[1].DisplayRightToLeft := true;