DataTableMultipleColumnProxyContainsIdentifier Method |
Determines whether this instance contains a column bundle with the provided identifier.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ContainsIdentifier(
string identifier
)
Parameters
- identifier String
- The identifier of the bundle.
Return Value
BooleanTrue if this instance contains a column bundle with the provided
identifier; otherwise
false.
Exceptions See Also