Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetModelRowFromViewRow(Int32) Method
Row index in the sheet


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

    Parameters

    row
    Row index in the sheet
    See Also