Click or drag to resize

AsciiExporterExportDataColumns Method

Exports the data columns into Ascii. Each data row is exported into one row (line).

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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