DataColumnCollectionFindYColumnOfGroup Method |
Returns the Y column of the column group
.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataColumn? FindYColumnOfGroup(
int nGroup
)
Parameters
- nGroup Int32
- The column group number.
Return Value
DataColumnThe Y column of the provided group, or null if it is not found.
See Also