Skip to main content
A newer version of this page is available. .
Row

WorksheetView.ShowRightToLeft Property

Gets or sets a value indicating whether the worksheet should be displayed from right to left.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool ShowRightToLeft { get; set; }

Property Value

Type Description
Boolean

true, to display the worksheet from right to left; otherwise, false.

Remarks

The ShowRightToLeft property has no effect on the visual appearance of a worksheet when the document is loaded in the SpreadsheetControl. The worksheet will be displayed using the default left-to-right direction despite the ShowRightToLeft value. However, worksheet display settings are loaded and stored in supported formats, so that you can modify them programmatically and then visualize them in Microsoft® Excel®.

See Also