Click or drag to resize

ColumnInformationDeconstruct Method

Deconstructs this instance into its parts.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Deconstruct(
	out string columnLabel,
	out IReadableColumn column,
	out string columnName,
	out Action<IReadableColumn, DataTable?, int>? 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, DataTable, Int32
Designates the action to set the column. Argument is the value of the column that should be set.
See Also