Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadWinUIManager Class / OnActiveCellChanged Method


In This Topic
OnActiveCellChanged Method
In This Topic
Occurs when the active cell of the active worksheet is changed.
Syntax
'Declaration
 
Protected Overrides Sub OnActiveCellChanged( _
   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.OnActiveCellChanged(worksheet, row, column)

Parameters

worksheet
row
column
See Also