Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / IsActiveSheet Method
The sheetview.


In This Topic
    IsActiveSheet Method
    In This Topic
    Determines whether the specified sheet is active sheet.
    Syntax
    'Declaration
     
    
    Public Shared Function IsActiveSheet( _
       ByVal sheet As CT_Worksheet _
    ) As Boolean
    'Usage
     
    
    Dim sheet As CT_Worksheet
    Dim value As Boolean
     
    value = SheetViewSynchronizer.IsActiveSheet(sheet)
    public static bool IsActiveSheet( 
       CT_Worksheet sheet
    )

    Parameters

    sheet
    The sheetview.

    Return Value

    true if the specified sheet is active sheet; otherwise, false.
    See Also