Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / GetDataSourceRow Method


In This Topic
    GetDataSourceRow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetDataSourceRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DataManagerBase
    Dim row As Integer
    Dim value As Integer
     
    value = instance.GetDataSourceRow(row)
    public int GetDataSourceRow( 
       int row
    )

    Parameters

    row
    See Also