Spread Windows Forms 12.0 Product Documentation
GetDataViewRowFromModelRow Method (ISpreadDataViewMapper)


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

Parameters

modelRow
Model row index

Return Value

Index of row in view.
See Also

Reference

ISpreadDataViewMapper Interface
ISpreadDataViewMapper Members