Click or drag to resize

DataTableMultipleColumnProxyGetDataColumnProxies Method

Gets the data column proxies in the bundle identified by identifier.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IList<IReadableColumnProxy> GetDataColumnProxies(
	string identifier
)

Parameters

identifier  String
Identifier (key) to identifiy the bundle with the column proxies.

Return Value

IListIReadableColumnProxy
The data column proxies in the bundle identified by identifier.
See Also