DataColumnCollectionReplace Method |
Replace an existing column at index
by a new column
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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