Click or drag to resize

ChadaExportShowExportRamanChadaDialog Method

Shows the CHADA file export dialog and exports the table if the user clicks OK.

Namespace: Altaxo.Serialization.HDF5.Chada
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ShowExportRamanChadaDialog(
	DataTable dataTable
)

Parameters

dataTable  DataTable
The table to export.
See Also