Click or drag to resize

DataColumnCollectionAdd(DataColumn, String, ColumnKind) Method

Adds a column with a given name and kind.

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,
	ColumnKind kind
)

Parameters

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