Click or drag to resize

DataColumnCollectionReplace Method

Replace an existing column at index index by a new column newCol.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Replace(
	int index,
	DataColumn newCol
)

Parameters

index  Int32
The position of the column which should be replaced.
newCol  DataColumn
The new column that replaces the old one.
See Also