Click or drag to resize

DataTableMultipleColumnProxyGetDataColumns Method

Gets the data columns in the bundle identified by identifier which could be resolved, i.e. whose proxy contained a valid column.

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

Parameters

identifier  String
The identifier to identify the column bundle.

Return Value

IListDataColumn
All data column of the bundle which could be resolved, i.e. whose proxy contained a valid column.
Exceptions
See Also