Click or drag to resize

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.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<string> GetCommonColumnNamesOrderedByAppearanceInFirstTable()

Return Value

ListString
The names of all the columns common to all tables in the order as the columns appear in the first table.
See Also