setExecutionParam(String, Object) Method

set given execution parameter, used for VBA call by Application.Run
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static void setExecutionParam(
	string Param,
	object Value
	)

Parameters

Param
Type: String
execution parameter, like "selectedEnvironment" (zero based here!) or "CnnTimeout"
Value
Type: Object
execution parameter value