FileCommandsImportAsciiToMultipleWorksheets Method |
Note: This API is now obsolete.
Imports multiple Ascii files into the provided table and additionally created tables.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [ObsoleteAttribute]
public static void ImportAsciiToMultipleWorksheets(
string[] filenames,
AsciiImportOptions importOptions
)
Parameters
- filenames String
- The names of the files to import.
- importOptions AsciiImportOptions
- Options used to import ASCII. This parameter can be null. In this case the options are determined by analysis of each file.
See Also