DataTableMultipleColumnProxyAddDataColumn Method |
Adds a column to a bundle identified by a string identifier.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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