Click or drag to resize

ChadaExportExportRamanChada Method

Exports a table to RamanChada.

Namespace: Altaxo.Serialization.HDF5.Chada
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.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
Name of the file to write to.

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Serialization.HDF5.Chada.ChadaExport.ExportRamanChada(Altaxo.Data.DataTable,System.String)"]

See Also