Click or drag to resize

DataColumnAppendToPosition Method

Appends data from another column to this column

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void AppendToPosition(
	DataColumn v,
	int startingRow
)

Parameters

v  DataColumn
Column to append.
startingRow  Int32
Row where the first data item is copied to.
See Also