FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataRowFromModelRow Method
Row index in the model


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

Parameters

row
Row index in the model
See Also