Click or drag to resize

ImportIntoMultipleTablesAction Class

Supports the import of ASCII data into multiple, already existing, tables.
Inheritance Hierarchy
SystemObject
  Altaxo.DataImportIntoMultipleTablesAction

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ImportIntoMultipleTablesAction

The ImportIntoMultipleTablesAction type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDoImportIntoTable Worker that imports one file into one table. If a import data source exists, the file of the existing data source is replaced by the new file. Otherwise, the data is imported, using Ascii import.
Public methodStatic memberShowImportIntoMultipleTablesDialog Shows the dialog that allows importing multiple files into multiple tables.
Top
See Also