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.3572.0 (4.8.3572.0)
Syntaxpublic HashSet<string> GetCommonColumnNamesUnordered()
Return Value
HashSetStringThe names of all the columns common to all tables in an unordered fashion.
See Also