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: String
string name of range name
theWs
Type: Worksheet
given sheet

Returns

Boolean
true if it exists