HotXLS-documentatie

DisplayRightToLeft eigenschap

Returms of sets the value that indicates whether the Wofksheet is displayed from right to left instead of from left to right. The default value is false. Read/write Boolean

Syntaxis

eigenschap DisplayRightToLeft: boolean;

Voorbeeld

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

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