DataTableToMatrixConverterAreAllAvailableColumnsOfGroupIncluded Method |
Determines, whether all available columns (with same group number and ColumnKind.V) are included in the matrix.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool AreAllAvailableColumnsOfGroupIncluded()
Return Value
BooleanTrue if all available columns (with same group number and ColumnKind.V) are included in the matrix. Otherwise,
false is returned.
See Also