Click or drag to resize

OmnicSPGImportOptionsUseNeutralColumnName Property

Gets a value indicating whether the column name of imported y-columns is set to a neutral, constant value.

Namespace: Altaxo.Serialization.Omnic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool UseNeutralColumnName { get; init; }

Property Value

Boolean
Remarks
If , the column name of imported y-columns is set to a neutral, constant value. If , the column name of imported y-columns is derived from the file name of the imported file.
See Also