ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheetCollection Class / IsSelected Method
The XLSheet object.

In This Topic
    IsSelected Method
    In This Topic
    Gets information about whether the worksheet is selected or not.
    Syntax
    'Declaration
     
    Public Function IsSelected( _
       ByVal sheet As XLSheet _
    ) As System.Boolean
    public System.bool IsSelected( 
       XLSheet sheet
    )

    Parameters

    sheet
    The XLSheet object.

    Return Value

    true if is selected, owervise false.
    See Also