[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.TextReadingOrder

TextReadingOrder Enum

Specifies the reading order.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum TextReadingOrder : byte
Public Enum TextReadingOrder As Byte

Fields

Name Description
Context

Reading order is determined by scanning the text for the first non-whitespace character: if it is a strong right-to-left character, the reading order is right-to-left; otherwise, the reading order left-to-right.

LeftToRight

Reading order is left-to-right in the cell, as in English.

RightToLeft

Reading order is right-to-left in the cell, as in Hebrew.