Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / ISpreadDataViewMapper Interface / OnDataModelRowRemoved Method
Row index


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

Parameters

index
Row index
See Also