Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TextReadingOrder Enumeration


In This Topic
    TextReadingOrder Enumeration
    In This Topic
    Specifies the reading order.
    Syntax
    'Declaration
     
    
    Public Enum TextReadingOrder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextReadingOrder
    public enum TextReadingOrder : System.Enum 
    Members
    MemberDescription
    ContextReading 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.
    LeftToRightReading order is left-to-right in the cell, as in English.
    RightToLeftReading order is right-to-left in the cell, as in Hebrew.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.TextReadingOrder

    See Also