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: String
string name of worksheet name
theWb
Type: Workbook
given workbook

Returns

Boolean
True if sheet exists