Click or drag to resize

DataTableMultipleColumnProxyAddDataColumn Method

Adds a column to a bundle identified by a string identifier.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddDataColumn(
	string identifier,
	IReadableColumn column
)

Parameters

identifier  String
Identifier (key) to identifiy the bundle to which the data column is added.
column  IReadableColumn
Column to add. Must have ColumnKind.V and a group number equal to GroupNumber. Otherwise, this column will be removed in the next call to Update.
See Also