Spread Windows Forms 15.0
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)
    protected override void OnActiveCellChanged( 
       IWorksheet worksheet,
       int row,
       int column
    )

    Parameters

    worksheet
    row
    column
    See Also