[]
Determines whether the collection contains a specific XLSheet object.
public bool Contains(XLSheet sheet)
| Type | Name | Description |
|---|---|---|
| XLSheet | sheet | 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 XLSheet object with a given name.
public bool Contains(string sheetName)
| Type | Name | Description |
|---|---|---|
| string | sheetName | The name of the sheet to look for (case-insensitive). |
| Type | Description |
|---|---|
| bool | True if the collection contains an XLSheet with the
given |