FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / DefaultSpreadDataViewMapper Class / OnDataModelRowRemoved Method
Row index


In This Topic
OnDataModelRowRemoved Method (DefaultSpreadDataViewMapper)
In This Topic
Occurs when a data model row is removed.
Syntax
'Declaration
 
Public Sub OnDataModelRowRemoved( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As DefaultSpreadDataViewMapper
Dim index As Integer
 
instance.OnDataModelRowRemoved(index)

Parameters

index
Row index
See Also