Click or drag to resize

FileImportScriptExecuteWithBackgroundDialogAndSuspendNotifications Method

Executes the script with a background dialog while notifications are suspended.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Exception? ExecuteWithBackgroundDialogAndSuspendNotifications(
	DataTable myTable,
	string[] fileNames
)

Parameters

myTable  DataTable
The destination table.
fileNames  String
The file names to import.

Return Value

Exception
An exception if execution failed; otherwise, .
See Also