Click or drag to resize

DataFileImporterBaseImportFromFile Method

Imports a single file into the specified table, using the best matching registered importer.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ImportFromFile(
	DataTable table,
	string fileName
)

Parameters

table  DataTable
The table to import into.
fileName  String
The file name.
See Also