Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheetCollection Class / Remove Method / Remove(XLSheet) Method
The XLSheet object to remove from the collection.

In This Topic
    Remove(XLSheet) Method
    In This Topic
    Removes an XLSheet from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal sheet As XLSheet _
    ) 
    public void Remove( 
       XLSheet sheet
    )

    Parameters

    sheet
    The XLSheet object to remove from the collection.
    See Also