[]
Determines whether the collection contains a specific XLSheet object.
public bool Contains(XLExternalBook exBook)
Type | Name | Description |
---|---|---|
XLExternalBook | exBook | The object to look for in the collection. |
Type | Description |
---|---|
bool | True if the collection contains the object; False otherwise. |
Determines whether the collection contains an XLExternalBook object with a given name.
public bool Contains(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The file name of the external book to look for (case-insensitive). |
Type | Description |
---|---|
bool | True if the collection contains an XLExternalBook with the
given |