Click or drag to resize

AsciiExportOptionsExportPropertiesWithName Property

If true, the property items will be exported with name. In order to do that, each property item will be headed by "PropColName=". SeparatorChar and Newlines will be removed both from the items text and from the PropertyColumnNames.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ExportPropertiesWithName { get; init; }

Property Value

Boolean
See Also