[]
        
(Showing Draft Content)

C1.Excel.XLSheetCollection.Remove

Remove Method

Remove(XLSheet)

Removes an XLSheet from the collection.

Declaration
public void Remove(XLSheet sheet)
Parameters
Type Name Description
XLSheet sheet

The XLSheet object to remove from the collection.

Remove(string)

Removes the XLSheet with the specified name from the collection.

Declaration
public void Remove(string name)
Parameters
Type Name Description
string name

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