Click or drag to resize

DataTableMatrixProxyBaseAddDataColumn Method

Adds a column that contributes to the matrix.

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

Parameters

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