Click or drag to resize

DataTableMultipleColumnProxyEnsureExistenceOfIdentifier(String) Method

Ensures that a bundle exists for the specified identifier.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EnsureExistenceOfIdentifier(
	string identifier
)

Parameters

identifier  String
The bundle identifier.
See Also