Click or drag to resize

DataColumnCollectionGetNameDictionaryOfColumnsWithGroupNumber Method

Gets all columns with the provided group number as a dictionary where the key is the column name and the value is the column itself.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Dictionary<string, DataColumn> GetNameDictionaryOfColumnsWithGroupNumber(
	int groupNumber
)

Parameters

groupNumber  Int32
The group number.

Return Value

DictionaryString, DataColumn
A dictionary with all data columns which have the provided group number. If no such columns exist, an emtpy dictionary will be returned.
See Also