Spread Windows Forms 9.0 Product Documentation
SheetAxisOrientation Enumeration
Example Example 


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)
Example
This example changes the orientation of the row headers.
FarPoint.Win.Spread.Model.DefaultSheetAxisModel dsam = new FarPoint.Win.Spread.Model.DefaultSheetAxisModel(5, FarPoint.Win.Spread.Model.SheetAxisOrientation.Horizontal);
fpSpread1.ActiveSheet.Models.RowAxis = dsam;
Dim dsam As New FarPoint.Win.Spread.Model.DefaultSheetAxisModel(5, FarPoint.Win.Spread.Model.SheetAxisOrientation.Horizontal)
FpSpread1.ActiveSheet.Models.RowAxis = dsam
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Win.Spread.Model Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.