Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataRowFromModelRow Method
Row index in the model
Example


In This Topic
    GetDataRowFromModelRow Method (DefaultSheetDataModel)
    In This Topic
    Gets the data source row index for the specified row in the model.
    Syntax
    'Declaration
     
    
    Public Function GetDataRowFromModelRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
    Dim value As Integer
     
    value = instance.GetDataRowFromModelRow(row)
    public int GetDataRowFromModelRow( 
       int row
    )

    Parameters

    row
    Row index in the model

    Return Value

    Integer index of the row in the data source
    Example
    See Also