Click or drag to resize

DataColumnCollectionAppendRowFrom Method

Appends a row to this table, which is copied from a source table.

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