Click or drag to resize

DataTableMultipleColumnProxyContainsIdentifier Method

Determines whether this instance contains a column bundle with the provided identifier.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ContainsIdentifier(
	string identifier
)

Parameters

identifier  String
The identifier of the bundle.

Return Value

Boolean
True if this instance contains a column bundle with the provided identifier; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullException
See Also