Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DrawingTextRotation Enumeration


DrawingTextRotation Enumeration
Represents the rotation angle of the shape text.
Syntax
'Declaration
 
Public Enum DrawingTextRotation 
   Inherits System.Enum
 
'Usage
 
Dim instance As DrawingTextRotation
Members
MemberDescription
Clockwise90 
CounterClockwise90 
None 
Vertical 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.DrawingTextRotation

See Also