DataColumnCollectionGetListOfColumnsWithGroupNumber Method |
Gets all columns with the provided group number.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<DataColumn> GetListOfColumnsWithGroupNumber(
int groupNumber
)
Parameters
- groupNumber Int32
- The group number.
Return Value
ListDataColumnA list with all data columns which have the provided group number. If no such columns exist, an emtpy list will be returned.
See Also