OpenExtractTableDataScriptDialogEhScriptExecution Method |
Executes the extract-table-data script.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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