DataColumnCollectionGetNamesOfColumnsWithGroupNumber Method |
Gets an enumeration of all the names of columns with a given group number.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<string> GetNamesOfColumnsWithGroupNumber(
int groupNumber
)
Parameters
- groupNumber Int32
- The group number.
Return Value
IEnumerableStringEnumeration of all the names of columns with a given group number.
See Also