Click or drag to resize

DataTableToMatrixConverterAreAllAvailableRowsIncluded Method

Determines, whether all available rows 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 AreAllAvailableRowsIncluded()

Return Value

Boolean
True if all available rows are included in the matrix. Otherwise, if for instance only some user selected rows are included, the return value is false.
See Also