Spread Windows Forms 12.0 Product Documentation
GetDataViewRowFromModelRowWhenAddNew Method (ISpreadDataViewMapper)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > ISpreadDataViewMapper Interface : GetDataViewRowFromModelRowWhenAddNew Method
Model row index
Gets the data view row from model row when add new row. This method is only used when add a new row to sheetview
Syntax
'Declaration
 
Function GetDataViewRowFromModelRowWhenAddNew( _
   ByVal modelRow As Integer _
) As Integer
'Usage
 
Dim instance As ISpreadDataViewMapper
Dim modelRow As Integer
Dim value As Integer
 
value = instance.GetDataViewRowFromModelRowWhenAddNew(modelRow)
int GetDataViewRowFromModelRowWhenAddNew( 
   int modelRow
)

Parameters

modelRow
Model row index

Return Value

Index of row in view
See Also

Reference

ISpreadDataViewMapper Interface
ISpreadDataViewMapper Members