Click or drag to resize

OriginImporterImportOperationalDataForTableColumnNameDictionary Property

Gets the column name usage of the table. Key is the column name, value is the number of uses.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public Dictionary<string, int> ColumnNameDictionary { get; }

Property Value

DictionaryString, Int32
See Also