Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetAxisOrientation Enumeration


In This Topic
    SheetAxisOrientation Enumeration
    In This Topic
    Specifies the orientation for the layout information, whether by row or column, for the axis model for the sheet.
    Syntax
    'Declaration
     
    
    Public Enum SheetAxisOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SheetAxisOrientation
    public enum SheetAxisOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalOrients the layout by column (along the horizontal axis)
    VerticalOrients the layout by row (along the vertical axis)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.Model.SheetAxisOrientation

    See Also