DataColumnAppendToPosition Method |
Appends data from another column to this column
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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