Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether there is an occurrence of the worksheet with the specified name in the workbook.
Syntax
public boolean worksheetWithNameExists(str _name)
Run On
Called
Parameters
- _name
Type: str
The name of the worksheet for which to look.
Return Value
Type: boolean
true if there is an occurrence of the worksheet; otherwise, false.