[]
Removes an XLSheet from the collection.
public void Remove(XLSheet sheet)
Type | Name | Description |
---|---|---|
XLSheet | sheet | The XLSheet object to remove from the collection. |
Removes the XLSheet with the specified name from the collection.
public void Remove(string name)
Type | Name | Description |
---|---|---|
string | name | Name of the sheet to remove from the collection (case-insensitive). |