Click or drag to resize

DataColumnCollectionMergeColumnTypesFrom Method

Merges column types from another collection into this collection.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IAscendingIntegerCollection MergeColumnTypesFrom(
	DataColumnCollection from
)

Parameters

from  DataColumnCollection
The source collection whose column types are merged.

Return Value

IAscendingIntegerCollection
The indices of columns whose types were changed.
See Also