Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AlignmentAttributes Enumeration


In This Topic
    AlignmentAttributes Enumeration
    In This Topic
    Specifies all attributes of the Alignment value.
    Syntax
    'Declaration
     
    
    Public Enum AlignmentAttributes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AlignmentAttributes
    public enum AlignmentAttributes : System.Enum 
    Members
    MemberDescription
    All 
    HAlignment 
    Indent 
    JustifyLastLine 
    None 
    ReadingOrder 
    RelativeIndent 
    ShrinkToFit 
    TextRotation 
    VAlignment 
    WrapText 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.AlignmentAttributes

    See Also