Spread for ASP.NET 12 Product Documentation
RightToLeft Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : RightToLeft Enumeration
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.
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace