Click or drag to resize

DataTableToMatrixConverterAreAllAvailableColumnsOfGroupIncluded Method

Determines, whether all available columns (with same group number and ColumnKind.V) are included in the matrix.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool AreAllAvailableColumnsOfGroupIncluded()

Return Value

Boolean
True if all available columns (with same group number and ColumnKind.V) are included in the matrix. Otherwise, false is returned.
See Also