existsSheet(ref String, Workbook) Method
checks whether worksheet called theName exists in workbook theWb
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static bool existsSheet( ref string theName, Workbook theWb )
Parameters
- theName
- Type: Stringstring name of worksheet name
- theWb
- Type: Workbookgiven workbook
Returns
Boolean
True if sheet exists