Spread Windows Forms 15.0
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)
    public int GetModelRowFromDataRow( 
       int row
    )

    Parameters

    row
    See Also