'Usage Dim instance As IDataSourceSupport Dim row As Integer Dim value As Integer value = instance.GetModelRowFromDataRow(row)
Parameters
- row
- Data source row index to be converted
Return Value
Integer index of the row in the model
'Usage Dim instance As IDataSourceSupport Dim row As Integer Dim value As Integer value = instance.GetModelRowFromDataRow(row)