Click or drag to resize

ExcludeUnionOfRowSelectionsGetAdditionallyUsedColumns Method

Gets the columns used additionally by this selection, for example label columns or error columns used in plots.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<ColumnInformationSimple> GetAdditionallyUsedColumns()

Return Value

IEnumerableColumnInformationSimple
An enumeration of ColumnInformationSimple values. Each item contains the column name, as it should appear in dialogs, and a function that returns the column proxy for this column, in order to get or set the underlying column.

Implements

IRowSelectionGetAdditionallyUsedColumns
See Also