Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#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