Click or drag to resize

DataTableClone Method

Clones the table.

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

Return Value

Object
A cloned version of this table. All data inside the table are cloned too (deep copy).

Implements

ICloneableClone
See Also