 | BcfTableViewBaseSetSort Method |
Sets the sort function specified by comparison and updates the item order.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic void SetSort(
Comparison<BcfRowView> comparison
)
Public Sub SetSort (
comparison As Comparison(Of BcfRowView)
)
Parameters
- comparison
- Type: SystemComparisonBcfRowView
The sort function. Set to clear sort.
See Also