Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutTemplate Class / CreateRowAxisModel Method
Integer number of rows


In This Topic
    CreateRowAxisModel Method (LayoutTemplate)
    In This Topic
    Creates the row axis model for the layout template.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRowAxisModel( _
       ByVal rowCount As Integer _
    ) As ISheetAxisModel
    'Usage
     
    
    Dim instance As LayoutTemplate
    Dim rowCount As Integer
    Dim value As ISheetAxisModel
     
    value = instance.CreateRowAxisModel(rowCount)
    protected virtual ISheetAxisModel CreateRowAxisModel( 
       int rowCount
    )

    Parameters

    rowCount
    Integer number of rows

    Return Value

    ISheetAxisModel
    See Also