Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RightToLeft Enumeration
Example Example


In This Topic
    RightToLeft Enumeration
    In This Topic
    Specifies a value that indicates whether the text appears from right to left, such as when using Hebrew or Arabic fonts.
    Syntax
    'Declaration
     
    
    Public Enum RightToLeft 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RightToLeft
    public enum RightToLeft : System.Enum 
    Members
    MemberDescription
    NoThe text reads from left to right. This is the default.
    YesThe text reads from right to left.
    Example
    This example uses the RightToLeft enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.RightToLeft

    See Also