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


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

Parameters

worksheet
row
column
See Also