Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetViewRowFromModelRow Method
Row index in model


In This Topic
    GetViewRowFromModelRow Method
    In This Topic
    Gets the row on the sheet that corresponds to the specified row index in the model.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetViewRowFromModelRow( _
       ByVal modelrow As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim modelrow As Integer
    Dim value As Integer
     
    value = instance.GetViewRowFromModelRow(modelrow)
    public virtual int GetViewRowFromModelRow( 
       int modelrow
    )

    Parameters

    modelrow
    Row index in model
    See Also