AsciiExporterExportAscii(String, DataTable, AsciiExportOptions) Method |
Exports a table into an Ascii file.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ExportAscii(
string filename,
DataTable table,
AsciiExportOptions options
)
Parameters
- filename String
- The filename used to export the file.
- table DataTable
- The table to export.
- options AsciiExportOptions
- The Ascii export options used for export.
See Also