Click or drag to resize

NumericColumnProxyClone Method

Clones this holder. For holded objects, which are part of the document hierarchy, the holded object is not cloned (only the reference is copied). For all other objects, the object is cloned, too, if the object supports the ICloneable interface.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override Object Clone()

Return Value

Object
The cloned object holder.

Implements

ICloneableClone
ICloneableClone
See Also