Click or drag to resize

ImportToDataTable Method

Imports the data of this Import instance into a DataTable.

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

Parameters

table  DataTable
The table.
See Also