DataTableMultipleColumnProxyGetDataColumnProxy Method |
Gets the data column proxy at index idx in the bundle identified by identifier.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadableColumnProxy GetDataColumnProxy(
string identifier,
int idx
)
Parameters
- identifier String
- Identifier (key) to identifiy the bundle to use.
- idx Int32
- The index.
Return Value
IReadableColumnProxyThe data column proxy at index
idx.
See Also