existsNameInWb(ref String, Workbook) Method
checks whether theName exists as a name in Workbook theWb
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static bool existsNameInWb( ref string theName, Workbook theWb )
Parameters
- theName
- Type: Stringstring name of range name
- theWb
- Type: Workbookgiven workbook
Returns
Boolean
true if it exists