Click or drag to resize

ImportImportJcampFiles Method

Imports a couple of JCAMP files into a table. The spectra are added as columns to the (one and only) table. If the x column of the rightmost column does not match the x-data of the spectra, a new x-column is also created.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? ImportJcampFiles(
	string[] filenames,
	DataTable table,
	JcampImportOptions importOptions
)

Parameters

filenames  String
An array of filenames to import.
table  DataTable
The table the spectra should be imported to.
importOptions  JcampImportOptions

[Missing <param name="importOptions"/> documentation for "M:Altaxo.Serialization.Jcamp.Import.ImportJcampFiles(System.String[],Altaxo.Data.DataTable,Altaxo.Serialization.Jcamp.JcampImportOptions)"]

Return Value

String
Null if no error occurs, or an error description.
See Also