'Declaration
Sub OnDataRowDeleted( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As PropertyDescriptor _
)
'使用法
Dim instance As ISpreadDataViewMapper
Dim newIndex As Integer
Dim oldIndex As Integer
Dim propertyDescriptor As PropertyDescriptor
instance.OnDataRowDeleted(newIndex, oldIndex, propertyDescriptor)