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


In This Topic
    CreateRowAxisModel Method (SheetView)
    In This Topic
    Creates the row axis model.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRowAxisModel( _
       ByVal rowCount As Integer _
    ) As ISheetAxisModel
    'Usage
     
    
    Dim instance As SheetView
    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 object containing the row axis model for the sheet
    See Also