Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IDataSourceSupport Interface / GetDataRowFromModelRow Method
Model row index to be converted


In This Topic
    GetDataRowFromModelRow Method (IDataSourceSupport)
    In This Topic
    Converts the model row index to the data source row index.
    Syntax
    'Declaration
     
    
    Function GetDataRowFromModelRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IDataSourceSupport
    Dim row As Integer
    Dim value As Integer
     
    value = instance.GetDataRowFromModelRow(row)
    int GetDataRowFromModelRow( 
       int row
    )

    Parameters

    row
    Model row index to be converted
    See Also