GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / TextOrientation Enumeration


TextOrientation Enumeration
Specifies orientation for text.
Syntax
'Declaration
 
Public Enum TextOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextOrientation
Members
MemberDescription
DownwardDownward
HorizontalHorizontal
HorizontalRotatedFarEastHorizontal and rotated as required for Asian language support
UpwardUpward
VerticalVertical
Remarks
Not support types: Vertical, HorizontalRotatedFarEast
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.TextOrientation

See Also