Click or drag to resize

DataColumnCollectionAdd(DataColumn, String, ColumnKind, Int32) Method

Add a column with a given name, kind, and group number.

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,
	int groupNumber
)

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.
groupNumber  Int32
The group number of the column.
See Also