Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DrawingTextRotation Enumeration


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

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

    See Also