Click or drag to resize

DataColumnCollectionGetUnusedColumnGroupNumber Method

This function will return the smallest possible group number, which is currently not in use.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetUnusedColumnGroupNumber()

Return Value

Int32
The smallest unused group number (starting at 0).
See Also