[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ReadingOrder

ReadingOrder Enum

Specifies the text reading order.

Use this enum to control how text is read within a cell or range, such as using contextual order or forcing left-to-right or right-to-left display.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum ReadingOrder
Public Enum ReadingOrder
Examples
worksheet.Range["A1"].Value = "مرحبا";
worksheet.Range["A1"].ReadingOrder = ReadingOrder.RightToLeft;

Fields

Name Description
Context

Specifies the context order.

LeftToRight

Specifies left to right order.

RightToLeft

Specifies right to left order.