OnRowColumnChanged Method
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnRowColumnChanged( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal column2 As Integer, _
ByVal As Boolean, _
Optional ByVal As ActionCategory, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As Worksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim notifyUI As Boolean
Dim actionCategory As ActionCategory
Dim appendDataChange As Boolean
instance.OnRowColumnChanged(row, column, row2, column2, notifyUI, actionCategory, appendDataChange)
protected virtual void OnRowColumnChanged(
int ,
int column,
int ,
int column2,
bool ,
ActionCategory ,
bool
)
Parameters
- row
- column
- row2
- column2
- notifyUI
- actionCategory
- appendDataChange
See Also