Click or drag to resize

ImportIntoMultipleTablesActionDoImportIntoTable Method

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.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void DoImportIntoTable(
	DataTable doc,
	string fileName
)

Parameters

doc  DataTable
The table in which the content of the file should be imported.
fileName  String
Name of the file.
Exceptions
ExceptionCondition
ArgumentNullExceptiondoc
ArgumentExceptionPath is not rooted! - fileName
See Also