Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / ISpreadDataViewMapper Interface / GetDataViewRowFromModelRow Method
Model row index


In This Topic
    GetDataViewRowFromModelRow Method (ISpreadDataViewMapper)
    In This Topic
    Gets the data view row from model row.
    Syntax
    'Declaration
     
    
    Function GetDataViewRowFromModelRow( _
       ByVal modelRow As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As ISpreadDataViewMapper
    Dim modelRow As Integer
    Dim value As Integer
     
    value = instance.GetDataViewRowFromModelRow(modelRow)
    int GetDataViewRowFromModelRow( 
       int modelRow
    )

    Parameters

    modelRow
    Model row index

    Return Value

    Index of row in view.
    See Also