[]
Specifies whether a specified sheet is in the collection.
public bool Contains(SheetView sheetView)
Public Function Contains(sheetView As SheetView) As Boolean
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet to check |
Type | Description |
---|---|
bool |
Specifies whether a specified sheet is in the collection.
public bool Contains(string sheetName)
Public Function Contains(sheetName As String) As Boolean
Type | Name | Description |
---|---|---|
string | sheetName | SheetName to check |
Type | Description |
---|---|
bool |