Click or drag to resize

DataColumnCollectionReplace Method

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

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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