DataColumnCollectionReplaceOrAdd Method |
Replace the column at index
(if index is inside bounds) or add the column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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