Click or drag to resize

DataColumnCollectionGetListOfColumnsWithGroupNumber Method

Gets all columns with the provided group number.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<DataColumn> GetListOfColumnsWithGroupNumber(
	int groupNumber
)

Parameters

groupNumber  Int32
The group number.

Return Value

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