DataColumnCollectionHaveMultipleGroups Method |
Determines if this collections has Columns only with one group number, or if it has columns with multiple group numbers.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool HaveMultipleGroups()
Return Value
BooleanFalse if all the columns have the same group number. True if the columns have more than one group number.
See Also