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

In This Topic
    AddToSelected Method
    In This Topic
    Adds a worksheet to the selected sheets.
    Syntax
    'Declaration
     
    Public Sub AddToSelected( _
       ByVal sheet As XLSheet _
    ) 
    public void AddToSelected( 
       XLSheet sheet
    )

    Parameters

    sheet
    The XLSheet object.
    See Also