Back to Devexpress

WorksheetView.ShowRightToLeft Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetview-3f0c1f84.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool ShowRightToLeft { get; set; }
vb
Property ShowRightToLeft As Boolean

Property Value

TypeDescription
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

WorksheetView Interface

WorksheetView Members

DevExpress.Spreadsheet Namespace