Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / GetModelRowFromDataRow Method


In This Topic
GetModelRowFromDataRow Method (DataManager)
In This Topic
Syntax
'Declaration
 
Public Function GetModelRowFromDataRow( _
   ByVal row As Integer _
) As Integer
 
'Usage
 
Dim instance As DataManager
Dim row As Integer
Dim value As Integer
 
value = instance.GetModelRowFromDataRow(row)

Parameters

row
See Also