Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / DefaultSheetAxisModel Constructor / DefaultSheetAxisModel Constructor(Int32,SheetAxisOrientation)
Number of rows or columns in the model
Orientation of the model


In This Topic
    DefaultSheetAxisModel Constructor(Int32,SheetAxisOrientation)
    In This Topic
    Creates an axis model (DefaultSheetAxisModel object) with the specified number of rows or columns, and no parent model.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal count As Integer, _
       ByVal orientation As SheetAxisOrientation _
    )
    'Usage
     
    
    Dim count As Integer
    Dim orientation As SheetAxisOrientation
     
    Dim instance As New DefaultSheetAxisModel(count, orientation)
    public DefaultSheetAxisModel( 
       int count,
       SheetAxisOrientation orientation
    )

    Parameters

    count
    Number of rows or columns in the model
    orientation
    Orientation of the model
    See Also