Excel for WPF and Silverlight
Remove(String) Method

C1.WPF.Excel Namespace > XLSheetCollection Class > Remove Method : Remove(String) Method
Name of the sheet to remove from the collection (case-insensitive).
Removes the XLSheet with the specified name from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As System.String _
) 
public void Remove( 
   System.string name
)

Parameters

name
Name of the sheet to remove from the collection (case-insensitive).
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List