Removes the XLSheet with the specified name from the collection.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public void Remove(
	string name
)
Visual Basic
Public Sub Remove ( _
	name As String _
)

Parameters

name
Type: System..::..String
Name of the sheet to remove from the collection (case-insensitive).

See Also