Click or drag to resize

DataColumnCollectionAdd(DataColumn, String) Method

Add a column under the name
C#
name
.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	DataColumn datac,
	string? name
)

Parameters

datac  DataColumn
The column to add. Provide null if a name is not known yet. In this case a new name will be found.
name  String
The name under which the column to add.
See Also