DataFileImporterBaseImportFromFile Method |
Imports a single file into the specified table, using the best matching registered importer.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void ImportFromFile(
DataTable table,
string fileName
)
Parameters
- table DataTable
- The table to import into.
- fileName String
- The file name.
See Also