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