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


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

    Parameters

    count
    Number of rows or columns in the model
    orientation
    Model orientation
    parent
    Parent ISheetAxisModel
    See Also