HotXLS Docs

DisplayRightToLeft property

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;