Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadWinUIManager Class / BeforeActivateSheet Method
The new activated sheet.


In This Topic
    BeforeActivateSheet Method
    In This Topic
    Call before activate sheet is change.
    Syntax
    'Declaration
     
    
    Protected Overrides Function BeforeActivateSheet( _
       ByVal sheet As ISheet _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadWinUIManager
    Dim sheet As ISheet
    Dim value As Boolean
     
    value = instance.BeforeActivateSheet(sheet)
    protected override bool BeforeActivateSheet( 
       ISheet sheet
    )

    Parameters

    sheet
    The new activated sheet.
    See Also