Contains Method
Contains(string)
Determines whether the collection contains a sheet with a given name.
Declaration
public bool Contains(string sheetName)
Public Function Contains(sheetName As String) As Boolean
Parameters
| Type |
Name |
Description |
| string |
sheetName |
|
Returns