AsciiExporterExportPropertyColumns Method |
Exports the property columns into Ascii. Each property column 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 ExportPropertyColumns(
StreamWriter strwr,
DataColumnCollection columnCollection,
int nDataColumns
)
Parameters
- strwr StreamWriter
- A stream writer to write the ascii data to.
- columnCollection DataColumnCollection
- The column collection to export.
- nDataColumns Int32
- The number of data columns of the table -> is the number of elements in each property column that must be exported.
See Also