ComponentOne ASP.NET MVC Controls
TextDirectionType Enumeration

C1.Web.Mvc.Sheet Namespace : TextDirectionType Enumeration
The direction of text flow.
Syntax
'Declaration
 
Public Enum TextDirectionType 
   Inherits System.Enum
public enum TextDirectionType : 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
         C1.Web.Mvc.Sheet.TextDirectionType

See Also

Reference

C1.Web.Mvc.Sheet Namespace