 | BcfTableViewBaseTRowViewSetSort Method (IEnumerableComparisonTRowView) |
Sets the sort function specified by comparisons and updates the item order.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic void SetSort(
IEnumerable<Comparison<TRowView>> comparisons
)
Public Sub SetSort (
comparisons As IEnumerable(Of Comparison(Of TRowView))
)
Parameters
- comparisons
- Type: System.Collections.GenericIEnumerableComparisonTRowView
The sort function. Set or an empty enumerable to clear sort.
See Also