Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / ISpreadDataViewMapper Interface / OnDataModelRowInserted Method
Row index


In This Topic
    OnDataModelRowInserted Method (ISpreadDataViewMapper)
    In This Topic
    Occurs when the data model row is inserted.
    Syntax
    'Declaration
     
    
    Sub OnDataModelRowInserted( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As ISpreadDataViewMapper
    Dim index As Integer
     
    instance.OnDataModelRowInserted(index)
    void OnDataModelRowInserted( 
       int index
    )

    Parameters

    index
    Row index
    See Also