Click or drag to resize

DataTableMultipleColumnProxySetDataColumn Method

Sets the data column as the only data column of the bundle identified by identifier.

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

Parameters

identifier  String
The identifier of the bundle in which to set the data column.
column  DataColumn
The data column to set.
Exceptions
ExceptionCondition
ArgumentNullException identifier or column
See Also