DataColumnCollectionAppendRowFrom Method |
Appends a row to this table, which is copied from a source table.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AppendRowFrom(
DataColumnCollection src,
int srcRow
)
Parameters
- src DataColumnCollection
- Source table to copy the row from.
- srcRow Int32
- Index of the row of the source table.
See Also