'Declaration
Sub OnDataReset( _
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.OnDataReset(newIndex, oldIndex, propertyDescriptor)