Click or drag to resize

ImportIntoMultipleTablesActionShowImportIntoMultipleTablesDialog Method

Shows the dialog that allows importing multiple files into multiple tables.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowImportIntoMultipleTablesDialog(
	IEnumerable<DataTable> documents
)

Parameters

documents  IEnumerableDataTable
The tables, in which the files should be imported (one file for each table).
Exceptions
ExceptionCondition
ArgumentNullExceptiondocuments
See Also