AsciiExporterExportDataColumnNames Method |
Exports the data column names of a table into a single line of ascii.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void ExportDataColumnNames(
StreamWriter strwr,
DataTable table
)
Parameters
- strwr StreamWriter
- A stream writer to write the ascii data to.
- table DataTable
- The data table whichs data column names should be exported.
See Also