Click or drag to resize

DataColumnCopyDataFrom Method

Copies the contents of another column o to this column. An exception should be thrown if the data types of both columns are incompatible.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void CopyDataFrom(
	Object o
)

Parameters

o  Object
The column the data will be copied from.
See Also