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


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

    Parameters

    modelRow
    Model row index
    See Also