PlotCommonColumnsCommandGetCommonColumnNamesUnordered Method |
Gets all the names of the columns common to all tables in a unordered fashion.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HashSet<string> GetCommonColumnNamesUnordered()
Return Value
HashSetStringThe names of all the columns common to all tables in a unordered fashion
See Also