OmnicSPGImportOptionsUseNeutralColumnName Property |
Gets a value indicating whether the column name of imported y-columns is set to a neutral, constant value.
Namespace: Altaxo.Serialization.OmnicAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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