HotXLS 文档

DisplayRightToLeft 属性

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

语法

property DisplayRightToLeft: boolean;

示例

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

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