Click or drag to resize

JcampImporterToDataTable Method

Imports the data of this JcampReader instance into a DataTable.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ToDataTable(
	JcampReader reader,
	DataTable table
)

Parameters

reader  JcampReader
The reader that provides the JCAMP blocks.
table  DataTable
The table.
See Also