refreshDBFunctions(Workbook, Boolean, Boolean) Method

recalculate fully the DB functions, if we have DBFuncs in the workbook somewhere
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static void refreshDBFunctions(
	Workbook Wb,
	bool ignoreCalcMode,
	bool calledOnWBOpen
	)

Parameters

Wb
Type: Workbook
workbook to refresh DB Functions in
ignoreCalcMode
Type: Boolean
when calling refreshDBFunctions time delayed (when saving a workbook and DBFC* is set), need to trigger calculation regardless of calculation mode being manual, otherwise data is not refreshed
calledOnWBOpen
Type: Boolean