HotXLS-dokumentation
Indhold
Startside
Oversigt
TGridToXLS
IXLSWorkbook
Startside
Indhold
Oversigt
DisplayRightToLeft egenskab
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
Syntaks
property DisplayRightToLeft: boolean;
Eksempel
This example sets Worksheet one to be displayed from right to left
Workbook.Sheets[1].DisplayRightToLeft := true;
Copyright © 2010-2026 losLab Software