Click or drag to resize

DataTableMultipleColumnProxyGetDataColumnProxy Method

Gets the data column proxy at index idx 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 IReadableColumnProxy GetDataColumnProxy(
	string identifier,
	int idx
)

Parameters

identifier  String
Identifier (key) to identifiy the bundle to use.
idx  Int32
The index.

Return Value

IReadableColumnProxy
The data column proxy at index idx.
See Also