IDataFileImporterImport(IReadOnlyListString, ImportOptionsInitial) Method |
Imports the specified file names according to the initial options into new tables.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax string? Import(
IReadOnlyList<string> fileNames,
ImportOptionsInitial initialOptions
)
Parameters
- fileNames IReadOnlyListString
- The file names.
- initialOptions ImportOptionsInitial
- The initial options.
Return Value
StringNull if no error has occured, otherwise the error message(s).
See Also