Click or drag to resize

DataColumnCollectionGetNamesOfColumnsWithGroupNumber Method

Gets an enumeration of all the names of columns with a given group number.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<string> GetNamesOfColumnsWithGroupNumber(
	int groupNumber
)

Parameters

groupNumber  Int32
The group number.

Return Value

IEnumerableString
Enumeration of all the names of columns with a given group number.
See Also