FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetModelRowFromDataRow Method
Row index of data source


In This Topic
GetModelRowFromDataRow Method (DefaultSheetDataModel)
In This Topic
Gets the row in the model for the specified data source row.
Syntax
'Declaration
 
Public Function GetModelRowFromDataRow( _
   ByVal row As Integer _
) As Integer
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim value As Integer
 
value = instance.GetModelRowFromDataRow(row)

Parameters

row
Row index of data source
See Also