Spread WinForms 15
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)

Parameters

row
Model row index to be converted
See Also