'Declaration
Function GetDataViewRowFromModelRowWhenAddNew( _
ByVal modelRow As Integer _
) As Integer
'使用法
Dim instance As ISpreadDataViewMapper
Dim modelRow As Integer
Dim value As Integer
value = instance.GetDataViewRowFromModelRowWhenAddNew(modelRow)