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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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 |
|
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 |
---|---|
See Also