DataTableToMatrixConverterAreAllAvailableRowsIncluded Method |
Determines, whether all available rows are included in the matrix.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool AreAllAvailableRowsIncluded()
Return Value
BooleanTrue 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