AsciiExporterExportDataColumns Method |
Exports the data columns into Ascii. Each data row is exported into one row (line).
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void ExportDataColumns(
StreamWriter strwr,
DataColumnCollection columnCollection
)
Parameters
- strwr StreamWriter
- A stream writer to write the ascii data to.
- columnCollection DataColumnCollection
- The column collection to export.
See Also