Click or drag to resize

OpenDataColumnScriptDialogEhScriptExecution Method

Executes the data-column script.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool EhScriptExecution(
	IScriptText script,
	IProgressReporter reporter
)

Parameters

script  IScriptText
The script to execute.
reporter  IProgressReporter
The progress reporter.

Return Value

Boolean
if the script executed successfully; otherwise, .
See Also