ChadaExportExportRamanChada Method |
Exports a table to Raman CHADA.
Namespace: Altaxo.Serialization.HDF5.ChadaAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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