Click or drag to resize

DataColumnCollectionHaveMultipleGroups Method

Determines if this collections has Columns only with one group number, or if it has columns with multiple group numbers.

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

Return Value

Boolean
False if all the columns have the same group number. True if the columns have more than one group number.
See Also