ChadaExportExportRamanChada Method |
Exports a table to RamanChada.
Namespace: Altaxo.Serialization.HDF5.ChadaAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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