Excel for WPF and Silverlight
Remove(XLSheet) Method

C1.WPF.Excel Namespace > XLSheetCollection Class > Remove Method : Remove(XLSheet) Method
The XLSheet object to remove from the collection.
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

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List