DataTableMultipleColumnProxySetDataColumn Method |
Sets the data column as the only data column of the bundle identified by identifier.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also