Click or drag to resize

DataColumnCollectionReplaceOrAdd Method

Replace the column at index
C#
index
(if index is inside bounds) or add the column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ReplaceOrAdd(
	int index,
	DataColumn datac
)

Parameters

index  Int32
The position of the column which should be replaced.
datac  DataColumn
The column which replaces the existing column or which is be added to the collection.
See Also