ImportIntoMultipleTablesActionShowImportIntoMultipleTablesDialog Method |
Shows the dialog that allows importing multiple files into multiple tables.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also