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

IXlSheetViewOptions.RightToLeft Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Object Type Path to RightToLeft
IXlSheet
.ViewOptions.RightToLeft

Remarks

Use the RightToLeft property to change the worksheet direction as shown in the table below (the workbook is opened in Microsoft® Excel®).

RightToLeft = false (default) RightToLeft = true
XlExport_WorksheetView_LeftToRight XlExport_WorksheetView_RightToLeft
See Also