Click or drag to resize

GroupOfColumnsInformationDeconstruct Method

Deconstruct 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 groupName,
	out IEnumerable<ColumnInformation> columnInfos
)

Parameters

groupName  String
The Gui name of the column group, e.g. 'X-Y Data'.
columnInfos  IEnumerableColumnInformation
The infos of the columns belonging to this group.
See Also