Click or drag to resize

DataColumnCollectionGetGroupNumbersAll Method

Gets all group numbers in this table as a sorted set of numbers.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SortedSet<int> GetGroupNumbersAll()

Return Value

SortedSetInt32
All group numbers in this table as a sorted set of numbers.
See Also