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


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

    Parameters

    dataViewRow
    Data view row index

    Return Value

    Index of row in model.
    See Also