Spread for ASP.NET 12 Product Documentation
GetDataViewRowFromModelRowWhenAddNew Method (ISpreadDataViewMapper)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > ISpreadDataViewMapper Interface : GetDataViewRowFromModelRowWhenAddNew Method
Model row index
Gets the data view row from model row when adding a new row. This method is only used when adding 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
See Also

Reference

ISpreadDataViewMapper Interface
ISpreadDataViewMapper Members