Click or drag to resize

DataTableMultipleColumnProxyEnsureExistenceOfIdentifier(String, Int32) 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,
	int maximumNumberOfColumns
)

Parameters

identifier  String
The bundle identifier.
maximumNumberOfColumns  Int32
The maximum number of columns allowed in the bundle.
See Also