[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.DefaultSpreadDataViewMapper.OnDataModelRowInserted

OnDataModelRowInserted Method

OnDataModelRowInserted(int)

Occurs when a data model row is inserted.

Declaration
public void OnDataModelRowInserted(int index)
Public Sub OnDataModelRowInserted(index As Integer)
Parameters
Type Name Description
int index

Row index

Implements