OmnicSPAImportDataSourceImportFromFiles Method |
Performs the actual import from the provided list of valid (resolved) file names.
Namespace: Altaxo.Serialization.OmnicAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void ImportFromFiles(
string[] validFileNames,
DataTable destinationTable,
IProgressReporter reporter
)
Parameters
- validFileNames String
- The resolved file names to import from.
- destinationTable DataTable
- The destination table that receives the imported data.
- reporter IProgressReporter
- A progress reporter.
See Also