DataTableMultipleColumnProxyGetDataColumnProxies Method |
Gets the data column proxies in the bundle identified by identifier.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IList<IReadableColumnProxy> GetDataColumnProxies(
string identifier
)
Parameters
- identifier String
- Identifier (key) to identifiy the bundle with the column proxies.
Return Value
IListIReadableColumnProxyThe data column proxies in the bundle identified by
identifier.
See Also