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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract void CopyDataFrom(
Object o
)
Parameters
- o Object
- The column the data will be copied from.
See Also