GroupOfColumnsInformationDeconstruct Method |
Deconstruct this instance into its parts.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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