PlotCommonColumnsCommandGetCommonColumnNamesOrderedByAppearanceInFirstTable Method |
Gets all the names of the columns common to all tables in the order as the columns appear in the first table.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<string> GetCommonColumnNamesOrderedByAppearanceInFirstTable()
Return Value
ListStringThe names of all the columns common to all tables in the order as the columns appear in the first table.
See Also