Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / ISpreadDataViewMapper Interface / GetDataViewRowFromModelRowWhenAddNew Method
Model row index


In This Topic
    GetDataViewRowFromModelRowWhenAddNew Method (ISpreadDataViewMapper)
    In This Topic
    Gets the data view row from model row when add new row. This method is only used when add a new row to sheetview
    Syntax
    'Declaration
     
    
    Function GetDataViewRowFromModelRowWhenAddNew( _
       ByVal modelRow As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As ISpreadDataViewMapper
    Dim modelRow As Integer
    Dim value As Integer
     
    value = instance.GetDataViewRowFromModelRowWhenAddNew(modelRow)
    int GetDataViewRowFromModelRowWhenAddNew( 
       int modelRow
    )

    Parameters

    modelRow
    Model row index

    Return Value

    Index of row in view
    See Also