Click or drag to resize

DataTableMultipleColumnProxyGetDataColumnOrNull Method

Gets the first valid data column of the bundle identified by identifier, or null if no such column exists.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataColumn? GetDataColumnOrNull(
	string identifier
)

Parameters

identifier  String
The identifier to identify the column bundle.

Return Value

DataColumn
The first valid data column of the bundle identified by identifier, or null if no such column exists.
Exceptions
See Also