Click or drag to resize

DataTableMultipleColumnProxyCopyFrom Method

Copies data from another instance of DataTableMultipleColumnProxy.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CopyFrom(
	Object obj
)

Parameters

obj  Object
The instance.

Return Value

Boolean
True if any data could be copyied.

Implements

ICopyFromCopyFrom(Object)
See Also