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.3261.0 (4.8.3261.0)
Syntax
C#
public void ToDataTable(
	JcampReader reader,
	DataTable table
)

Parameters

reader  JcampReader

[Missing <param name="reader"/> documentation for "M:Altaxo.Serialization.Jcamp.JcampImporter.ToDataTable(Altaxo.Serialization.Jcamp.JcampReader,Altaxo.Data.DataTable)"]

table  DataTable
The table.
See Also