Spread Windows Forms 12.0 Product Documentation
GetModelRowFromDataViewRow Method (ISpreadDataViewMapper)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > ISpreadDataViewMapper Interface : GetModelRowFromDataViewRow Method
Data view row index
Gets the model row from data view row.
Syntax
'Declaration
 
Function GetModelRowFromDataViewRow( _
   ByVal dataViewRow As Integer _
) As Integer
'Usage
 
Dim instance As ISpreadDataViewMapper
Dim dataViewRow As Integer
Dim value As Integer
 
value = instance.GetModelRowFromDataViewRow(dataViewRow)
int GetModelRowFromDataViewRow( 
   int dataViewRow
)

Parameters

dataViewRow
Data view row index

Return Value

Index of row in model.
See Also

Reference

ISpreadDataViewMapper Interface
ISpreadDataViewMapper Members