Click or drag to resize

BcfTableRowCollectionSort Method

[This is preliminary documentation and is subject to change.]

Sorts rows.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public void Sort(
	Comparison<BcfRow> comparison
)

Parameters

comparison
Type: SystemComparisonBcfRow
The comparison function.
Exceptions
ExceptionCondition
ArgumentNullExceptioncomparison is null.
See Also