Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / DefaultSpreadDataViewMapper Class / GetModelRowFromDataViewRow Method
Data view row index


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

    Parameters

    dataViewRow
    Data view row index
    See Also