IRowSelectionGetAdditionallyUsedColumns Method |
Gets the columns used additionally by this selection, for example label columns or error columns used in plots.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxIEnumerable<ColumnInformationSimple> GetAdditionallyUsedColumns()
Return Value
IEnumerableColumnInformationSimpleAn 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.
See Also