'Declaration
Protected Overloads MustOverride Sub OnDataChanged( _ ByVal worksheet As IWorksheet, _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage
Dim instance As UIManager Dim worksheet As IWorksheet Dim row As Integer Dim column As Integer instance.OnDataChanged(worksheet, row, column)
Parameters
- worksheet
- A GrapeCity.Spreadsheet.IWorksheet indicates the worksheet contains the changed cell.
- row
- An integer value indicates the row index of the cell.
- column
- An integer value indicates the column index of the cell.