Docs HotXLS

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

Syntaxe

property DisplayRightToLeft: boolean;

Exemple

This example sets Worksheet one to be displayed from right to left

Workbook.Sheets[1].DisplayRightToLeft := true;