Removes an XLSheet from the collection.

Namespace:  C1.Phone.Excel
Assembly:  C1.Phone.Excel (in C1.Phone.Excel.dll)

Syntax

C#
public void Remove(
	XLSheet sheet
)
Visual Basic
Public Sub Remove ( _
	sheet As XLSheet _
)

Parameters

sheet
Type: C1.Phone.Excel..::..XLSheet
The XLSheet object to remove from the collection.

See Also