IFileImporterImport Method |
Imports the specified file into the project.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxstring? Import(
string fileName,
Object importOptions
)
Parameters
- fileName String
- Name of the file.
- importOptions Object
- The options for import.
Return Value
StringAn error message, or null if successful.
See Also