'Declaration
Protected Overrides Sub OnSetComplete( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
'使用法
Dim instance As SpreadDataColumnCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
instance.OnSetComplete(index, oldValue, newValue)