Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadWinUIManager Class / OnDataChanged Method / OnDataChanged(IWorksheet,Int32,Int32,Int32,Int32,ActionCategory) Method


In This Topic
OnDataChanged(IWorksheet,Int32,Int32,Int32,Int32,ActionCategory) Method
In This Topic
Syntax
'Declaration
 
Protected Overloads Overrides Sub OnDataChanged( _
   ByVal worksheet As IWorksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer, _
   ByVal invalidateCategory As ActionCategory _
) 
 
'Usage
 
Dim instance As SpreadWinUIManager
Dim worksheet As IWorksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim invalidateCategory As ActionCategory
 
instance.OnDataChanged(worksheet, row, column, row2, column2, invalidateCategory)

Parameters

worksheet
row
column
row2
column2
invalidateCategory
See Also