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