existsNameInSheet(ref String, Worksheet) Method
checks whether theName exists as a name in Worksheet theWs
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static bool existsNameInSheet( ref string theName, Worksheet theWs )
Parameters
- theName
- Type: Stringstring name of range name
- theWs
- Type: Worksheetgiven sheet
Returns
Boolean
true if it exists