FileImportScriptExecuteWithBackgroundDialogAndSuspendNotifications Method |
Executes the script with a background dialog while notifications are suspended.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Exception? ExecuteWithBackgroundDialogAndSuspendNotifications(
DataTable myTable,
string[] fileNames
)
Parameters
- myTable DataTable
- The destination table.
- fileNames String
- The file names to import.
Return Value
ExceptionAn exception if execution failed; otherwise,
.
See Also