Click or drag to resize

ChadaExportExportRamanChada Method

Exports a table to Raman CHADA.

Namespace: Altaxo.Serialization.HDF5.Chada
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string? ExportRamanChada(
	DataTable dataTable,
	string fileName
)

Parameters

dataTable  DataTable
The data table. Must consist of exactly two data columns.
fileName  String
The file name to write to.

Return Value

String
on success; otherwise, an error message.
See Also