Click or drag to resize

DataTableMultipleColumnProxySetDataColumns(String, IEnumerableIReadableColumnProxy) Method

Clears the bundle identified by identifier, and then sets the data columns in this bundle using an enumeration of data column proxies.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetDataColumns(
	string identifier,
	IEnumerable<IReadableColumnProxy> dataColumnProxies
)

Parameters

identifier  String
Identifier (key) to identifiy the bundle in which the data columns are set.
dataColumnProxies  IEnumerableIReadableColumnProxy
The enumeration of data column proxies. The proxies will be cloned before they are added to the data column collection.
See Also