ColumnInformationSimpleDeconstruct Method | 
            Deconstructs this instance into its parts.
            
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void Deconstruct(
	out string columnLabel,
	out IReadableColumn?? column,
	out string?? columnName,
	out Action<IReadableColumn> setColumnAction
)
Parameters
- columnLabel  String
 - The label of this column for user convenience.
 - column  IReadableColumn
 - The column.
 - columnName  String
 - The name of the column (e.g. the column name in the underlying table), last part of the column proxies document path.
 - setColumnAction  ActionIReadableColumn
 - Designates the action to set the column. Argument is the value of the column that should be set.
 
See Also