AsciiImporterToArraysImportFromAsciiFile(String, AsciiImportOptions) Method |
Imports from an ASCII file into an existing table. The import options have to be known already.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ImportFromAsciiFile(
string fileName,
AsciiImportOptions importOptions
)
Parameters
- fileName String
- File name of the file to import.
- importOptions AsciiImportOptions
- The import options. This parameter must not be null.
See Also